Skip to content

v0.4.0 dbt_app_reporting

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 24 Jul 00:36
· 7 commits to main since this release
aae8b47

PR #21 includes the following updates:

🚨 Breaking changes 🚨

  • Identifier variables for the following packages have been updated for consistency with the source name and compatibility with the union schema feature. See the package's changelog for a full list of changes.

Feature update 🎉

  • Unioning capability! This adds the ability to union source data from multiple app_reporting connectors. Refer to the README for more details.
  • Added a source_relation column in each upstream model for tracking the source of each record.
    • The source_relation column is also persisted from the upstream models to the end models.

Under the hood

  • Included auto-releaser GitHub Actions workflow to automate future releases.

Full Changelog: v0.3.2...v0.4.0