v2.0.1 dbt_ad_reporting
·
15 commits
to main
since this release
PR #158 includes the following updates:
Bug Fixes
- Updated the
get_enabled_packagesmacro logic by changing empty list default values tonone. This prevents compilation errors to disable models when aninclude_listis empty. - This ensures the following models will not error during compilation:
ad_reporting__monthly_campaign_country_report(When only Amazon, Apple and/or Google Ads are enabled, none of which have country reports)ad_reporting__monthly_campaign_region_report(When only Amazon, Apple, Google, Reddit and/or Tiktok Ads are enabled, none of which have region reports)
Quickstart Updates
- Updated
require-dbt-versionrange inquickstart.ymlto>=1.6.0to match dbt-core due to MetricFlow requirements.
Full Changelog: v2.0.0...v2.0.1