v0.7.1 dbt_fivetran_log
fivetran-joemarkiewicz
released this
15 Feb 20:12
·
253 commits
to main
since this release
Bug Fixes
- Modified the logic within the
fivetran_log__mar_table_history
model to no longer filter out previous historical MAR records. Previously, these fields were filtered out as theactive_volume
source (since deprecated and replaced withincremental_mar
) produced a cumulative daily MAR total. However, theincremental_mar
source is not cumulative and will need to include all historical records. (#72)
Under the Hood
- Added coalesce statements to the
paid_monthly_active_rows
andfree_monthly_active_rows
fields within the fivetran_log__mar_table_history model to coalesce to 0. (#72)
Contributors
Full Changelog: v0.7.0...v0.7.1