Happy Wednesday 🐫
This release of the dbt_fivetran_log package includes the following updates:
Fixes
- Per the Fivetran Log December 2021 Release Notes every sync results in a final
sync_endevent. In the previous version of this package, a successful sync was identified via async_endevent while anything else was a version of broken. Since all syncs result in async_endevent now, the package has been updated to account for this change within the connector. - To account for the above fix, a new field (
last_successful_sync_completed_at) was added to thefivetran_log__connector_statusmodel. This field captures the last successful sync for the connector.