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
github-actionsbot
changed the title
[Bug] primary and foreign keys are supported but not enforced
[ADAP-1028] [Bug] primary and foreign keys are supported but not enforced
Nov 11, 2023
Is this a new bug in dbt-bigquery?
Current Behavior
The source code says here that
primary_key
andforeign_key
are enforced.But as noted in dbt-labs/docs.getdbt.com#4419, they are supported, but not enforced.
Expected Behavior
The source code should indicated that
primary_key
andforeign_key
areNOT_ENFORCED
.Steps To Reproduce
The actual behavior might actually be fine, but the code is not labeled accurately.
Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: