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
Add the logic for templating out primary_key and foreign_key constraints within get_column_spec_ddl, per these docs (see primary key not enforced and references ... not enforced)
MichelleArk
changed the title
[BigQuery] Implement constraint_support on
[BigQuery] Implement constraint_support on BigQueryAdapter
Feb 28, 2023
github-actionsbot
changed the title
[BigQuery] Implement constraint_support on BigQueryAdapter
[CT-2218] [BigQuery] Implement constraint_support on
Feb 28, 2023
MichelleArk
changed the title
[CT-2218] [BigQuery] Implement constraint_support on
[CT-2218] [BigQuery] Implement constraint_support on BigQueryAdapter
Feb 28, 2023
Core issue: dbt-labs/dbt-core#7067
Implement
constraint_support
on the BigQueryAdapter to satisfy:(from: dbt-labs/dbt-core#7067 (comment))
Additionally:
primary_key
andforeign_key
constraints withinget_column_spec_ddl
, per these docs (seeprimary key not enforced
andreferences ... not enforced
)constraints_check
warning raised inget_columns_spec_ddl
: https://github.com/dbt-labs/dbt-bigquery/blob/main/dbt/include/bigquery/macros/utils/get_columns_spec_ddl.sql#L13-L15The text was updated successfully, but these errors were encountered: