Skip to content

Commit

Permalink
Reset BigQuery key settings (sqlfluff#3696)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyem4251 committed Aug 3, 2022
1 parent 645c63b commit c975111
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sqlfluff/dialects/dialect_bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@
# Add in semi structured expressions
Ref("SemiStructuredAccessorSegment"),
),
PrimaryKeyGrammar=Nothing(),
ForeignKeyGrammar=Nothing(),
)


Expand Down

0 comments on commit c975111

Please sign in to comment.