Skip to content
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

[CT-2218] [BigQuery] Implement constraint_support on BigQueryAdapter #568

Closed
Tracked by #6747
MichelleArk opened this issue Feb 28, 2023 · 2 comments · Fixed by #646
Closed
Tracked by #6747

[CT-2218] [BigQuery] Implement constraint_support on BigQueryAdapter #568

MichelleArk opened this issue Feb 28, 2023 · 2 comments · Fixed by #646
Assignees

Comments

@MichelleArk
Copy link
Contributor

MichelleArk commented Feb 28, 2023

Core issue: dbt-labs/dbt-core#7067

Implement constraint_support on the BigQueryAdapter to satisfy:

constraint type support
not_null enforced
primary_key supported
foreign_key supported
unique not supported
check not supported

(from: dbt-labs/dbt-core#7067 (comment))

Additionally:

@MichelleArk MichelleArk changed the title [BigQuery] Implement constraint_support on [BigQuery] Implement constraint_support on BigQueryAdapter Feb 28, 2023
@github-actions github-actions bot changed the title [BigQuery] Implement constraint_support on BigQueryAdapter [CT-2218] [BigQuery] Implement constraint_support on Feb 28, 2023
@MichelleArk MichelleArk changed the title [CT-2218] [BigQuery] Implement constraint_support on [CT-2218] [BigQuery] Implement constraint_support on BigQueryAdapter Feb 28, 2023
@amirbtb
Copy link

amirbtb commented Feb 28, 2023

Hey folks ! Just wanted to inform that GCP announced in the 22/02/2023 Google Cloud release notes the beta of primary & foreign key table constraints.
Here are the limitations.

Thank you for this wonderful initiative around constraints (and of course all others) ! ♥️

@jtcohen6
Copy link
Contributor

@amirbtb What timing! Thanks for flagging - I updated the description above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants