Bug Fixes
- Modified the logic within the
fivetran_log__mar_table_historymodel to no longer filter out previous historical MAR records. Previously, these fields were filtered out as theactive_volumesource (since deprecated and replaced withincremental_mar) produced a cumulative daily MAR total. However, theincremental_marsource is not cumulative and will need to include all historical records. (#72)
Under the Hood
- Added coalesce statements to the
paid_monthly_active_rowsandfree_monthly_active_rowsfields within the fivetran_log__mar_table_history model to coalesce to 0. (#72)
Contributors
Full Changelog: v0.7.0...v0.7.1