PR #87 includes the following updates:
🚨 Feature Updates (Breaking Change) 🚨
The below change was made to an incremental model. As such, a dbt run --full-refresh will be required following an upgrade to capture the new column.
- Added
schema_nameto thefivetran_platform__audit_tableend model. This schema name field is captured from themessage_dataJSON within thelogsource table. In cases where theschema_nameis not provided a coalesce was added to replicate theconnector_nameas theschema_name.
Note: This may change the row count of your
fivetran_platform__audit_tablemodel. However, this new row count is more correct, as it more accurately captures records from database connectors, which can write to multiple schemas.
Documentation Updates
- Fixed links in the README models section to properly redirect to the dbt hosted docs for the relevant models.
Full Changelog: v1.0.1...v1.1.0