github fivetran/dbt_fivetran_log v1.7.0
v1.7.0 dbt_fivetran_log

latest releases: v2.4.0, v2.4.0-a1, v2.3.2-a1...
20 months ago

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

Don't miss a new dbt_fivetran_log release

NewReleases is sending notifications on new releases.