·
8 commits
to main
since this release
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.
- The
Under the hood
- Included auto-releaser GitHub Actions workflow to automate future releases.
Full Changelog: v0.3.2...v0.4.0