v1.2.0 dbt_reddit_ads
·
1 commit
to main
since this release
PR #30 includes the following updates:
Schema/Data Change
2 total changes • 2 possible breaking changes
| Data Model(s) | Change type | Old | New | Notes |
|---|---|---|---|---|
| stg_reddit_ads__account | Removed Column | status |
Removes the status field from the account staging model. |
|
| reddit_ads__account_report | Removed Column | status |
Removes the status field from the account report model. This is a breaking change as status was previously part of the aggregation grain (included in the GROUP BY), so this change will alter the granularity of the reporting table. Users who previously relied on account-level reporting by status will need to adjust their downstream queries and models accordingly. |
Documentation
- Removes
statuscolumn documentation from all relevant YAML files (src_reddit_ads.yml, stg_reddit_ads.yml, reddit_ads.yml). - Removes
statusdocumentation block from docs.md.
Under the Hood
- Updates get_account_columns macro to exclude the
statusfield. - Updates integration test seeds to remove the
statuscolumn from account data CSVs.
Full Changelog: v1.1.0...v1.2.0