v1.1.0 dbt_fivetran_log
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_name
to thefivetran_platform__audit_table
end model. This schema name field is captured from themessage_data
JSON within thelog
source table. In cases where theschema_name
is not provided a coalesce was added to replicate theconnector_name
as theschema_name
.
Note: This may change the row count of your
fivetran_platform__audit_table
model. 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