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
BigQuery does not support model-level constraints, so no need to render them in the ddl. We'll just need to ensure tests are passing - skipping any model-level constraint tests inherited from the base adapter tests class.
github-actionsbot
changed the title
[BigQuery] Add model-level constraints to get_columns_spec_ddl
[CT-2221] [BigQuery] Add model-level constraints to get_columns_spec_ddl
Feb 28, 2023
Core issue: dbt-labs/dbt-core#6754
BigQuery only supports the not_null constraint
BigQuery does not support model-level constraints, so no need to render them in the ddl. We'll just need to ensure tests are passing - skipping any model-level constraint tests inherited from the base adapter tests class.
Constraint docs: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language
The text was updated successfully, but these errors were encountered: