v0.7.3 dbt_fivetran_log
·
319 commits
to main
since this release
PR #77 includes the following updates:
Bug Fixes
- The logic within the
does_table_exist
macro would run the source_relation check across all nodes. This opened dbt compile to erroneous failures in other (non fivetran_log) sources. This macro logic has been updated to only check the source_relation for the specific source in question. - Adjusted the enabled variable used within the
stg_fivetran_log__credits_used
model to the more appropriatefivetran_log__credits_pricing
name as opposed tofivetran_log__usage_pricing
. This ensures a user may override the respective model enablement in isolation of each other.
Documentation Updates
- Added a DECISIONLOG to support the logic behind the
fivetran_log__usage_pricing
andfivetran_log__credits_pricing
variable behaviors within the package.
Full Changelog: v0.7.2...v0.7.3