Package Updates (Breaking Changes!)
A bunch of breaking changes ahead!! 🚨🚨🚨
This new release:
- Adds double underscores to model names (
fivetran_log_connector_status
is 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_table
model that reports on the rows updated, deleted, and inserted/replaced into each table during connector syncs. - Creates a new
fivetran_log__schema_changelog
model that provides details surrounding each connector schema change event. - Deprecates the
data_sync_status
column from the finalfivetran_log__connector_status
model. Refer to the table'sconnector_health
column. - 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
TRANSFORMATION
andTRIGGER_TABLE
tables do not exist. - Deprecates the
destination_database
column. Refer todestination_id
anddestination_name
. - Incorporates custom schemas.