dbt_ad_reporting v0.8.0
·
305 commits
to main
since this release
Happy Tuesday! 🌮
This release of the dbt_ad_reporting
package includes the following updates:
🚨 Breaking Changes 🚨
- The
api_source
variable for the Google Ads package is now defaulted togoogle_ads
as opposed toadwords
. The Adwords API has since been deprecated by Google and is now no longer the standard API for the Google Ads connector. Please ensure you are using a Google Ads API version of the Fivetran connector before upgrading this package. (#53)- Please note, the
adwords
version of this package will be fully removed from the package in August of 2022. This means, models undermodels/adwords_connector
will be removed in favor ofmodels/google_ads_connector
models.
- Please note, the
Features
- By default the
ad_reporting
models are now materialized in a customer schema named<target_schema>
+ad_reporting
. This can be adjusted within themodels
section of your rootdbt_project.yml
if desired. (#53)