Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias1111 committed Dec 4, 2024
1 parent be3de4d commit b6b8932
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Snowplow Normalize 0.4.0 (2024-12-04)
---------------------------------------
## Summary
This version adds new features including Apache Spark with Iceberg support, flexible timestamp partitioning, and compatibility with the new BigQuery loader naming conventions.

## Features
- Added support for Apache Spark with Iceberg
- Introduced configurable partition timestamp column name for derived tables
- Added compatibility with new BigQuery loader naming conventions

## Upgrading
To upgrade simply bump the snowplow-normalize version in your `packages.yml` file.

If you want to start using the new partition timestamp feature, you can configure the column name in your project configuration:
```yaml
vars:
snowplow__partition_tstamp: your_custom_column_name
```

You have to be sure that the field you add is included in the table, and you do a full refresh.

Snowplow Normalize 0.3.5 (2024-03-18)
---------------------------------------
## 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_normalize'
version: '0.3.5'
version: '0.4.0'
config-version: 2

require-dbt-version: [">=1.4.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_normalize_integration_tests'
version: '0.3.5'
version: '0.4.0'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit b6b8932

Please sign in to comment.