Happy Wednesday 🐫!
This release of the dbt_fivetran_log package includes the following updates:
Fixes
- The unique combination of columns test within the
fivetran_log__schema_changelogmodel has been updated to also check themessage_datafield. This is needed as schema changelog events may now sync at the same time. (#51) - The
fivetran_log__connector_statusmodel has been adjusted to filter out all logs that contain atransformation_id. Transformation logs are not always synced as a JSON object and thus the package may encounter errors on Snowflake warehouses when parsing non-JSON fields. Since transformation records are not used in this end model, they have been filtered out. (#51)