Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Mar 16, 2023
1 parent c99416f commit 2aae27f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Snowplow Normalize 0.2.3 (2023-0X-XX)
Snowplow Normalize 0.2.3 (2023-03-16)
---------------------------------------
## Summary
This release allows users to disable the days late data filter to enable normalizing of events that don't populate the `dvce_sent_tstamp` field.

## Features
- Allow disabling of days late filter by setting `snowplow__days_late_allowed` to `-1`
- Allow disabling of days late filter by setting `snowplow__days_late_allowed` to `-1` (#28)

## Upgrading
To upgrade the package, bump the version number in the packages.yml file in your project.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Please refer to the [doc site](https://docs.snowplow.io/docs/modeling-your-data/

### Adapter Support

The snowplow-normalize v0.2.2 package currently supports BigQuery, Databricks & Snowflake.
The snowplow-normalize v0.2.3 package currently supports BigQuery, Databricks & Snowflake.

| Warehouse | dbt versions | snowplow-normalize version |
| :------------------------------: | :---------------: | :--------------------------: |
| BigQuery, Databricks & Snowflake | >=1.3.0 to <2.0.0 | 0.2.2 |
| BigQuery, Databricks & Snowflake | >=1.3.0 to <2.0.0 | 0.2.3 |
| BigQuery, Databricks & Snowflake | >=1.0.0 to <2.0.0 | 0.1.0 |


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.2.2'
version: '0.2.3'
config-version: 2

require-dbt-version: [">=1.3.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.2.2'
version: '0.2.3'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit 2aae27f

Please sign in to comment.