Skip to content
409 changes: 407 additions & 2 deletions .quickstart/quickstart.yml

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# dbt_ad_reporting v2.6.1-a1

[PR #179](https://github.com/fivetran/dbt_ad_reporting/pull/176) includes the following updates:
Comment thread
fivetran-jamie marked this conversation as resolved.
Outdated

## Feature Update
- Adds support for configuring individual package-level variables and models in Quickstart.

# dbt_ad_reporting v2.6.0

[PR #176](https://github.com/fivetran/dbt_ad_reporting/pull/176) includes the following updates:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Include the following github package version in your `packages.yml`
```yaml
packages:
- package: fivetran/ad_reporting
version: [">=2.6.0", "<2.7.0"] # we recommend using ranges to capture non-breaking changes automatically
version: 2.6.1-a1
```

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.
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'ad_reporting'
version: '2.6.0'
version: '2.6.1'

config-version: 2

Expand Down
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'ad_reporting_integration_tests'
version: '2.6.0'
version: '2.6.1'
profile: 'integration_tests'
config-version: 2

Expand Down