v1.3.0 dbt_microsoft_ads
·
1 commit
to main
since this release
PR #58 includes the following updates:
Schema/Data Changes (--full-refresh required after upgrading)
1 total change • 1 possible breaking change
| Data Model(s) | Change type | Old | New | Notes |
|---|---|---|---|---|
| All models | source_relation column (when using a single Microsoft Ads schema) |
Empty string ('') |
<database>.<schema> |
Feature Updates
- Introduces the new (recommended)
microsoft_ads_sourcesvariable for more robust union data configuration. The oldmicrosoft_ads_union_schemasandmicrosoft_ads_union_databasesvariables will still be supported. See the README for specific details.
Bug Fixes
- Renamed the source identifier variable for
geographic_performance_daily_report.- new:
microsoft_ads_geographic_performance_daily_report_identifier - previous:
microsoft_ads_geographic_history_identifier
- new:
Under the Hood
- Adds the
fivetran_using_source_casingvariable for case-sensitive destination support. When enabled, downstream transformations respect source casing to ensure consistent results. See the Additional Configurations section of the README for details. - Introduces
fivetran_utils.partition_by_source_relationto conditionally includesource_relationin partition clauses only when multiple sources are configured.
Full Changelog: v1.2.0...v1.3.0