Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias1111 committed Oct 15, 2024
1 parent 68ac482 commit bfd4c7c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
snowplow-ecommerce 0.9.0 (2024-10-15)
---------------------------------------
## Summary
This release introduces support for Apache Spark with the Iceberg file format and updates integration tests to ensure compatibility.

## Features
- Add support for Apache Spark with Iceberg file format

## Under the hood
- Modify integration tests to support Spark

## Upgrading
Update the snowplow-ecommerce version in your `packages.yml` file.

snowplow-ecommerce 0.8.2 (2024-04-05)
---------------------------------------
## Summary
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'snowplow_ecommerce'

version: '0.8.2'
version: '0.9.0'
config-version: 2

require-dbt-version: [">=1.5.0", "<2.0.0"]
Expand Down
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: 'snowplow_ecommerce_integration_tests'
version: '0.8.2'
version: '0.9.0'
config-version: 2

profile: 'integration_tests'
Expand Down
4 changes: 2 additions & 2 deletions packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- git: "https://github.com/snowplow/dbt-snowplow-utils.git"
revision: "release/snowplow-utils/0.17"
- package: snowplow/snowplow_utils
version: [">=0.17.0", "<0.18.0"]

0 comments on commit bfd4c7c

Please sign in to comment.