A bunch of breaking changes ahead!! 🚨🚨🚨
This new release:
- Adds double underscores to model names (
fivetran_log_connector_statusis nowfivetran_log__connector_status). - Renames the daily API calls model to
fivetran_log__connector_daily_events, as it now includes daily metrics regarding record modifications and schema changes. - Assumes that Fivetran Log data is provided at the account level and removes functionality for unioning individual destination-level log connectors. This can now be configured in Fivetran's UI.
- Creates a new
fivetran_log__audit_tablemodel that reports on the rows updated, deleted, and inserted/replaced into each table during connector syncs. - Creates a new
fivetran_log__schema_changelogmodel that provides details surrounding each connector schema change event. - Deprecates the
data_sync_statuscolumn from the finalfivetran_log__connector_statusmodel. Refer to the table'sconnector_healthcolumn. - Reverts the renaming of
LOG.connector_id. The value of this column was previously erroneously reported as the connector name instead of the ID. - Incorporates model disablement variables to handle cases where the
TRANSFORMATIONandTRIGGER_TABLEtables do not exist. - Deprecates the
destination_databasecolumn. Refer todestination_idanddestination_name. - Incorporates custom schemas.