v1.7.0 dbt_fivetran_log
fivetran-data-model-bot
released this
18 Mar 15:30
·
10 commits
to main
since this release
PR #119 includes the following updates:
🚨 Breaking Changes 🚨: Bug Fixes
- The following fields have been deprecated (removed) as these fields proved to be problematic across warehouses due to the end size of the fields.
errors_since_last_completed_sync
warnings_since_last_completed_sync
Note: If you found these fields to be relevant, you may still reference the error/warning messages from within the underlying
log
table.
- The
fivetran_platform_using_sync_alert_messages
variable has been removed as it is no longer necessary due to the above changes.
Feature Updates
- The following fields have been added to display the number of error/warning messages sync last completed sync. These fields are intended to substitute the information from deprecated fields listed above.
number_errors_since_last_completed_sync
number_warnings_since_last_completed_sync
Full Changelog: v1.6.0...v1.7.0