Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessnowplow committed Oct 24, 2023
1 parent a30bf35 commit 980f21a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
17 changes: 5 additions & 12 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
snowplow-unified 0.1.0 (2023-XX-XX)
snowplow-unified 0.0.1 (2023-10-24)
---------------------------------------
## Summary
This is the first full release of the Snowplow Unified package, which contains a fully incremental model that transforms raw web and mobile event data generated by the Snowplow JavaScript and mobile trackers into a set of derived tables: views, sessions and users.
This is the first release of the Snowplow Unified package, which contains a fully incremental model that transforms raw web and mobile event data generated by the Snowplow JavaScript and mobile trackers into a set of derived tables: views, sessions and users.

## Features
- dbt Package that processes web and mobile events simultaneously
- Support for Snowflake
- Support for Snowflake / BigQuery / Databricks / Redshift / Postgres
- optional modules such as consent, app errors and web performance (core web vitals)

## Installation
To install the package, add the following to the `packages.yml` in your project:
Expand All @@ -14,13 +15,5 @@ To install the package, add the following to the `packages.yml` in your project:
```yml
packages:
- git: "https://github.com/snowplow/dbt-snowplow-unified.git"
revision: 0.1.0
```

### dbt hub
Please note that it may be a few days before the package is available on dbt hub after the initial release.
```yml
packages:
- package: snowplow/snowplow_unified
version: [">=0.1.0", "<0.2.0"]
revision: 0.0.1
```
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_unified_integration_tests'
version: '0.15.2'
version: '0.0.1'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit 980f21a

Please sign in to comment.