Skip to content

dbt Constraints v1.0.5

Choose a tag to compare

@sfc-gh-dflippo sfc-gh-dflippo released this 02 Jul 21:13
· 30 commits to main since this release
9ef95da

What's Changed

  • Add support for BQ by @jschintz-nytimes in #73
  • Change PK model to use config.database when it is not in the selected… by @sfc-gh-dflippo in #93
  • Modified each test SQL to not use CTE to improve performance on PostgreSQL by @sfc-gh-dflippo in #94
  • Added filter to skip not null constraints on ARRAY, OBJECT, and VARIANT columns by @sfc-gh-dflippo in #95
  • Added variables to globally control which types of constraints we create, not just for sources by @sfc-gh-dflippo in #96
  • Added Iceberg format table support for Snowflake by @sfc-gh-dflippo in #97

New Contributors

Full Changelog: 1.0.4...1.0.5