-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CREATE TABLE with OPTIONS throws ParseError for BigQuery dialect #1531
Comments
Fully reproducible code snippet sqlglot.parse_one('CREATE TABLE t(x STRING OPTIONS(description = "x"))', read="bigquery") traceback:
Official Documentation
|
thanks for the report, feel free to join our slack if you ever wanna discuss anything |
adrianisk
pushed a commit
to adrianisk/sqlglot
that referenced
this issue
Jun 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
observed on both version 11.7.1 and commit
e7111ba6afdb67ae7be52cf39384d7bcb86a8dac
Fully reproducible code snippet
traceback:
Official Documentation
https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#create_table_statement
The text was updated successfully, but these errors were encountered: