v1.7.0 RC1
Pre-release
Pre-release
What's Changed
- Getting compatibility with 1.7.0 RC by @benc-db in #479
- As part of the above change, fixed a bug with constraints where if a column had a primary key constraint and a not null constraint (a pre-req for primary key), it could fail depending on the order the constraints were run in.
- As part of the above, included support for specifying foreign key constraints using the dbt constraint expression syntax. Currently this support is restricted to single column foreign keys.
Full Changelog: v1.6.6...v1.7.0rc1