Skip to content

2.0.0

Compare
Choose a tag to compare
@davegot12 davegot12 released this 16 Sep 15:41
· 212 commits to main since this release
c5e6c78

Source tables are now dbt models with materialized: incremental and on_schema_change: append_new_columns configs. This means that new columns can be easily released in new versions, and dbt automatically will add them to the tables on the next run.

For existing <2.0.0 users, see the upgrade guide here, and reach out if you have any questions!

Features

  • Rework the sources to be dbt models rather than manually created by @jaypeedevlin in (#188)
  • Allow dynamic routing of schema and database for source tables based on target (because they're now dbt models which use standard schema and database configs!)

Fixes

Breaking Changes

  • See the upgrade guide here for existing <2.0.0 users, and reach out if you have any questions!

Full Changelog: 1.2.0...2.0.0