v1.4.3 dbt_fivetran_log
fivetran-data-model-bot
released this
24 Jan 10:34
·
59 commits
to main
since this release
PR #112 includes the following updates:
Feature Updates
- Updated logic for
connector_health
dimension infivetran_platform__connector_status
to showdeleted
for connectors that had been removed. Previously the connector would report the last known status before deletion, which is inaccurate based on the definition of this measure. - Brought in the
is_deleted
dimension (based on the_fivetran_deleted
value) tostg_fivetran__platform__connector
to capture connectors that are deleted in the downstreamfivetran_platform__connector_status
model.
Under The Hood
- Renamed
get_brand_columns
macro file toget_connector_columns
to maintain consistency with the actual macro function within the file, and theconnector
source that the macro is drawing columns from.
Full Changelog: v1.4.2...v1.4.3