Skip to content

Build(deps): Bump sqlglot from 21.1.0 to 21.1.1

Ronan Amicel requested to merge dependabot-pip-sqlglot-21.1.1 into main

Bumps sqlglot from 21.1.0 to 21.1.1.

Changelog

Sourced from sqlglot's changelog.

[v21.1.1] - 2024-02-14

New Features

🐛 Bug Fixes

Commits
  • 6cb985a Fix: pass dialect in to_table call inside replace_tables (#2973)
  • 1d0b3d3 Feat: add support for multi-part interval addition syntax (#2970)
  • 5b7fd10 fix(optimizer): more optimizations for qualifying wide tables (#2972)
  • f48c33b Keep track of which source table a lineage node came from (#2967)
  • 4148cf3 Add alias to nodes from UNIONs (#2966)
  • d8b0d4f Fix: don't treat VALUES as a keyword in BigQuery, Redshift (#2965)
  • 1c67f03 Fix(parser): enable parsing of values into Identifier for some dialects (#2962)
  • ccf38ef docs: update API docs, CHANGELOG.md for v21.1.0 [skip ci]
  • See full diff in compare view

Merge request reports