dbt_fivetran_log v0.5.3
fivetran-joemarkiewicz
released this
23 Mar 15:49
·
402 commits
to main
since this release
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_end
event. In the previous version of this package, a successful sync was identified via async_end
event while anything else was a version of broken. Since all syncs result in async_end
event 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_status
model. This field captures the last successful sync for the connector.