From 980f21ae4eb8d01290ba8728e638d78383e93576 Mon Sep 17 00:00:00 2001 From: Agnes Kiss Date: Wed, 18 Oct 2023 11:29:06 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG | 17 +++++------------ integration_tests/dbt_project.yml | 2 +- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9fd07587..39c307bf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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: @@ -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 ``` diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index f52e7ba5..1d095b06 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_unified_integration_tests' -version: '0.15.2' +version: '0.0.1' config-version: 2 profile: 'integration_tests'