PR #92 includes the following updates:
Bug Fixes
- The
unique_table_sync_keysurrogate key which is created within thefivetran_platform__audit_tablehas been updated to also be comprised of theschema_namein addition to theconnector_id,destination_id,table_name,write_to_table_startfields. This update will also ensure the uniqueness test on this record is accurately testing the true grain of the model.- 🚨 Please be aware that as the
fivetran_platform__audit_tablemodel is an incremental model a--full-refreshwill be needed following the package upgrade in order for this change to properly be applied to all records in the end model. 🚨
- 🚨 Please be aware that as the
Contributors
Full Changelog: v1.1.0...v1.2.0