Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .quickstart/quickstart.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt_versions: '>=1.6.0 <2.0.0'
dbt_versions: '>=1.6.0 <3.0.0'

multi_connector_config:
amazon_ads:
Expand Down
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.2.0

[PR #167](https://github.com/fivetran/dbt_ad_reporting/pull/167) includes the following updates:

## Features
- Increases the required dbt version upper limit to v3.0.0

# dbt_ad_reporting v2.1.0

## Schema Updates - Facebook Ads
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
href="https://github.com/fivetran/dbt_ad_reporting/blob/main/LICENSE">
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a>
<a alt="dbt-core">
<img src="https://img.shields.io/badge/dbt_Core™_version->=1.6.0_,<2.0.0-orange.svg" /></a>
<img src="https://img.shields.io/badge/dbt_Core™_version->=1.6.0,_<3.0.0-orange.svg" /></a>
<a alt="Maintained?">
<img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" /></a>
<a alt="PRs">
Expand Down Expand Up @@ -119,7 +119,7 @@ Include the following github package version in your `packages.yml`
```yaml
packages:
- package: fivetran/ad_reporting
version: [">=2.1.0", "<2.2.0"] # we recommend using ranges to capture non-breaking changes automatically
version: [">=2.2.0", "<2.3.0"] # we recommend using ranges to capture non-breaking changes automatically
```

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
4 changes: 2 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: 'ad_reporting'
version: '2.1.0'
version: '2.2.0'

config-version: 2

require-dbt-version: [">=1.6.0", "<2.0.0"]
require-dbt-version: [">=1.6.0", "<3.0.0"]

vars:
ad_reporting:
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.1.0'
version: '2.2.0'
profile: 'integration_tests'
config-version: 2

Expand Down
22 changes: 11 additions & 11 deletions packages.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
packages:
- package: fivetran/amazon_ads
version: [">=1.0.0", "<1.1.0"]
version: [">=1.1.0", "<1.2.0"]

- package: fivetran/apple_search_ads
version: [">=1.0.0", "<1.1.0"]
version: [">=1.1.0", "<1.2.0"]

- package: fivetran/facebook_ads
version: [">=1.1.0", "<1.2.0"]
version: [">=1.2.0", "<1.3.0"]

- package: fivetran/google_ads
version: [">=1.0.0", "<1.1.0"]
version: [">=1.1.0", "<1.2.0"]

- package: fivetran/linkedin
version: [">=1.0.0", "<1.1.0"]
version: [">=1.1.0", "<1.2.0"]

- package: fivetran/microsoft_ads
version: [">=1.0.0", "<1.1.0"]
version: [">=1.1.0", "<1.2.0"]

- package: fivetran/pinterest
version: [">=1.0.0", "<1.1.0"]
version: [">=1.1.0", "<1.2.0"]

- package: fivetran/reddit_ads
version: [">=1.0.0", "<1.1.0"]
version: [">=1.1.0", "<1.2.0"]

- package: fivetran/snapchat_ads
version: [">=1.0.0", "<1.1.0"]
version: [">=1.1.0", "<1.2.0"]

- package: fivetran/tiktok_ads
version: [">=1.0.0", "<1.1.0"]
version: [">=1.1.0", "<1.2.0"]

- package: fivetran/twitter_ads
version: [">=1.0.0", "<1.1.0"]
version: [">=1.1.0", "<1.2.0"]