PR #112 includes the following updates:
Feature Updates
- Updated logic for
connector_healthdimension infivetran_platform__connector_statusto showdeletedfor 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_deleteddimension (based on the_fivetran_deletedvalue) tostg_fivetran__platform__connectorto capture connectors that are deleted in the downstreamfivetran_platform__connector_statusmodel.
Under The Hood
- Renamed
get_brand_columnsmacro file toget_connector_columnsto maintain consistency with the actual macro function within the file, and theconnectorsource that the macro is drawing columns from.
Full Changelog: v1.4.2...v1.4.3