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
Even with all the new features just released in version 1.0.0, this is still true. There isn't any logic to drop any existing constraints if they have changed. I have added this as a limitation in the README.md.
Some of our models have
incremental
materialization. This model contains some history we want to keep, so we disabledfull_refresh
for it.We wanted to change PK column after adding synthetic (generated) column.
dbt_constraints
doesn't check if PK constraint already exists and should be dropped.The text was updated successfully, but these errors were encountered: