v0.9.3 dbt_google_ads_source
This release addresses a bug that was introduced via a grain change in the Google Ads connector *_history
tables. This bug introduced duplicates and uniqueness test failures in staging *_history
models (PR #41)
🐛 Bug fix
- Added the new
_fivetran_active
field to theget_<table>_history_columns()
macros. This will create anull
version of the column if_fivetran_active
is not found in your source tables yet. - Added a
where coalesce(_fivetran_active, true)
filter to the final CTEs of the staging*_history
models.
Full Changelog: v0.9.2...v0.9.3