dbt Constraints v0.6.2
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