You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE/maintainer_pull_request_template.md
+6
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,12 @@ Please acknowledge that your PR contains the following standard updates:
42
42
-[ ] DECISIONLOG updates have been updated (if applicable)
43
43
-[ ] Appropriate yml documentation has been added (if applicable)
44
44
45
+
### ❗ Special Updates for Ad Reporting ❗
46
+
To reduce integration testing time, not all models should be enabled in the `run_models.sh` vars. Update the variables after `dbt run` and `dbt test` to set:
47
+
-[ ] this PR's package to `true`
48
+
-[ ] Google Ads and Facebook Ads to `true` (if not already)
49
+
-[ ] All other packages to `false`S
50
+
45
51
### dbt Docs
46
52
Please acknowledge that after the above were all completed the below were applied to your branch:
47
53
-[ ] docs were regenerated (unless this PR does not include any code or yml updates)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
# dbt_ad_reporting v1.5.0
2
+
3
+
## 🚨 Breaking Changes 🚨
4
+
[PR #98](https://github.com/fivetran/dbt_ad_reporting/pull/98) includes the following changes based on the underlying individual package upgrades:
5
+
6
+
- Amazon Ads dependency upgraded to v0.2.0. Please see the respective upstream [Amazon Ads](https://github.com/fivetran/dbt_amazon_ads/releases/tag/v0.2.0) and [Amazon Ads Source](https://github.com/fivetran/dbt_amazon_ads_source/releases/tag/v0.2.0) releases for more details.
7
+
- Pinterest Ads dependency upgraded to v0.8.0. Please see the respective upstream [Pinterest Ads](https://github.com/fivetran/dbt_pinterest/releases/tag/v0.8.0) and [Pinterest Ads Source](https://github.com/fivetran/dbt_pinterest_source/releases/tag/v0.8.0) releases for more details.
8
+
- Tiktok Ads dependency upgraded to v0.4.0. Please see the respective upstream [Tiktok Ads](https://github.com/fivetran/dbt_tiktok_ads/releases/tag/v0.4.0) and [Tiktok Ads Source](https://github.com/fivetran/dbt_tiktok_ads_source/releases/tag/v0.4.0)
9
+
10
+
## Bug Fixes
11
+
- Adding the correct variable name in `ad_reporting__url_report` for passthrough metrics. ([PR #96](https://github.com/fivetran/dbt_ad_reporting/pull/96))
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Include the following github package version in your `packages.yml`
77
77
```yaml
78
78
packages:
79
79
- package: fivetran/ad_reporting
80
-
version: [">=1.4.0", "<1.5.0"] # we recommend using ranges to capture non-breaking changes automatically
80
+
version: [">=1.5.0", "<1.6.0"] # we recommend using ranges to capture non-breaking changes automatically
81
81
```
82
82
83
83
Do NOT include the individual ad platform packages in this file. The ad reporting package itself has dependencies on these packages and will install them as well.
0 commit comments