Skip to content

Commit

Permalink
Merge pull request #21 from fivetran/update_dependencies
Browse files Browse the repository at this point in the history
update packages.yml
  • Loading branch information
fivetran-reneeli authored Jul 15, 2024
2 parents ab5b8b6 + c7ad534 commit 8262928
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ target/
dbt_modules/
logs/
.DS_Store
dbt_packages/
dbt_packages/
package-lock.yml
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# dbt_shopify_holistic_reporting v0.6.0
[PR #21](https://github.com/fivetran/dbt_shopify_holistic_reporting/pull/21) includes the following changes:

## Dependency Updates
Updates the underlying Shopify package version range from [">=0.10.0", "<0.11.0"] to [">=0.11.0", "<0.14.0"] to account for breaking changes introduced to the Shopify package up to v0.14.0. This wider range will accommodate previous versions while support an upcoming release to Shopify, which will not have breaking changes for this package.
- Additionally, please note that the wider range for the Shopify dbt package also updates the underlying Shopify Source dependency range from versions [">=0.10.0", "<0.11.0"] to [">=0.11.0", "<0.13.0"].

# dbt_shopify_holistic_reporting v0.5.0
[PR #18](https://github.com/fivetran/dbt_shopify_holistic_reporting/pull/18) includes the following changes:

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Include the following shopify_holistic_reporting package version in your `packag
```yml
packages:
- package: fivetran/shopify_holistic_reporting
version: [">=0.5.0", "<0.6.0"] # we recommend using ranges to capture non-breaking changes automatically
version: [">=0.6.0", "<0.7.0"] # we recommend using ranges to capture non-breaking changes automatically
```
Do **NOT** include the `shopify`, `shopify_source`, `klaviyo`, or `klaviyo_source` packages in this file. The combo package itself has a dependency on these and will install the transformation and source packages as well.
Expand Down Expand Up @@ -130,10 +130,10 @@ This dbt package is dependent on the following dbt packages. Please be aware tha
```yml
packages:
- package: fivetran/shopify
version: [">=0.10.0", "<0.11.0"]
version: [">=0.11.0", "<0.14.0"]
- package: fivetran/shopify_source
version: [">=0.10.0", "<0.11.0"]
version: [">=0.11.0", "<0.13.0"]
- package: fivetran/klaviyo
version: [">=0.7.0", "<0.8.0"]
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: 'shopify_holistic_reporting'
version: '0.5.0'
version: '0.6.0'
config-version: 2
require-dbt-version: [">=1.3.0", "<2.0.0"]
models:
Expand Down
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions docs/index.html

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 docs/run_results.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: 'shopify_holistic_reporting_integration_tests'
version: '0.5.0'
version: '0.6.0'
profile: 'integration_tests'
config-version: 2

Expand Down
5 changes: 3 additions & 2 deletions packages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
packages:
- package: fivetran/shopify
version: [">=0.10.0", "<0.11.0"]
version: [">=0.11.0", "<0.14.0"]

- package: fivetran/klaviyo
version: [">=0.7.0", "<0.8.0"]
version: [">=0.7.0", "<0.8.0"]

0 comments on commit 8262928

Please sign in to comment.