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.3.0 <2.0.0'
dbt_versions: '>=1.3.0 <3.0.0'

multi_connector_config:
itunes_connect:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# dbt_app_reporting v1.1.0
[PR #32](https://github.com/fivetran/dbt_app_reporting/pull/32) includes the following updates:

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

# dbt_app_reporting v1.0.0
[PR #31](https://github.com/fivetran/dbt_app_reporting/pull/31) includes the following updates:

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
href="https://github.com/fivetran/dbt_app_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.3.0_,<2.0.0-orange.svg" /></a>
<img src="https://img.shields.io/badge/dbt_Core™_version->=1.3.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 @@ -61,7 +61,7 @@ Include the following github package version in your `packages.yml`
```yaml
packages:
- package: fivetran/app_reporting
version: [">=0.6.0", "<0.7.0"] # we recommend using ranges to capture non-breaking changes automatically
version: [">=1.1.0", "<1.2.0"] # we recommend using ranges to capture non-breaking changes automatically
```

Do NOT include the individual app platform packages in this file. The app reporting package itself has dependencies on these packages and will install them as well.
Expand Down Expand Up @@ -176,10 +176,10 @@ This dbt package is dependent on the following dbt packages. For more informatio
```yml
packages:
- package: fivetran/google_play
version: [">=1.0.0", "<1.1.0"]
version: [">=1.1.0", "<1.2.0"]

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

- package: fivetran/fivetran_utils
version: [">=0.4.0", "<0.5.0"]
Expand Down
4 changes: 2 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'app_reporting'
version: '1.0.0'
version: '1.1.0'
config-version: 2
models:
app_reporting:
Expand All @@ -8,4 +8,4 @@ models:
intermediate:
+materialized: view
+schema: int_app_reporting
require-dbt-version: [">=1.3.0", "<2.0.0"]
require-dbt-version: [">=1.3.0", "<3.0.0"]
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: 'app_reporting_integration_tests'
version: '0.7.0'
version: '1.1.0'
profile: 'integration_tests'
config-version: 2
vars:
Expand Down
4 changes: 2 additions & 2 deletions packages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- package: fivetran/google_play
version: [">=1.0.0", "<1.1.0"]
version: [">=1.1.0", "<1.2.0"]
- package: fivetran/apple_store
version: [">=1.0.0", "<1.1.0"]
version: [">=1.1.0", "<1.2.0"]