Skip to content

dbt Constraints v0.6.2

Choose a tag to compare

@sfc-gh-dflippo sfc-gh-dflippo released this 25 Sep 22:43
· 70 commits to main since this release
39bab00

What's Changed

  • Reverted a change that added MATCH SIMPLE to the DDL for foreign keys. The change was causing FK DDL to fail for other users.
  • Fixed an issue where dbt Constraints would skip constraints when the privileges to change the tables is granted through a database role on Snowflake. The fix uses the new is_database_role_in_session function.

Full Changelog: 0.6.1...0.6.2