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
A recent update to sqlglot results in INFORMATION_SCHEMA table identifiers being parsed differently. The INFORMATION_SCHEMA part is now always quoted and parts are interpreted differently. This messes with some of our substitution logic in
A recent update to sqlglot results in
INFORMATION_SCHEMA
table identifiers being parsed differently. TheINFORMATION_SCHEMA
part is now always quoted and parts are interpreted differently. This messes with some of our substitution logic inbigquery-etl/bigquery_etl/util/common.py
Lines 245 to 256 in 9814402
The sqlglot change that caused this: tobymao/sqlglot@84f78aa#diff-3cdd876ac935bf47c0213f4f49aac3319401a3f4d0012d58d716d9c814a6e2faR609
We should try updating this logic so we can update to the most recent sqlglot version
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: