You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(format): Update qualify_table_references_in_file() to work with newer sqlglot versions (DENG-7005) (#8411)
* [DENG-7005] Update qualify_table_references to work with newer sqlglot
* up sqlglot
* sqlglot==27.29.0
* fix(format): Correct the `format.skip` config for GLAM templates to account for subdirectories now being used.
* fix(format): Skip qualifying table references in `bigeye_custom_rules.sql` files.
* fix(dependency): Implement workaround for tobymao/sqlglot#6298.
* fix(dependency): Only consider `CREATE [TEMP] TABLE` and `CREATE VIEW` statements for ignoring table references created in the query itself.
* test(dependency): Add `extract_table_references()` tests for SQL with CTEs and UDFs.
* test(dependency): Add `extract_table_references()` test for SQL with temp tables.
---------
Co-authored-by: bwu <[email protected]>
0 commit comments