Skip to content

Commit

Permalink
Merge pull request #152 from datacamp/ewald/bigquery
Browse files Browse the repository at this point in the history
[CP-1535] feat: add bigquery dialect
  • Loading branch information
ewaldbervoets authored Aug 8, 2023
2 parents 6c37e31 + b8aade5 commit e75e5b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlwhat/State.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"oracle": "antlr_plsql.ast", # uses postgres parser for now
"mssql": "antlr_tsql.ast",
"snowflake": "antlr_plsql.ast", # uses postgres parser for now
"bigquery": "antlr_plsql.ast", # uses postgres parser for now
}


Expand Down

0 comments on commit e75e5b7

Please sign in to comment.