-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6c729a
commit 78f51e3
Showing
5 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @snowplow/com-snowplowanalytics-engineering-datavalue-integrations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ venv/ | |
dbt-service-account.json | ||
.vscode/settings.json | ||
__pycache__ | ||
package-lock.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
snowplow-attribution 0.1.0 (2023-xx-xx) | ||
snowplow-attribution 0.1.0 (2024-01-31) | ||
--------------------------------------- | ||
Add incremental model | ||
|
||
## Summary | ||
This is the first release of the Snowplow Attribution package, which contains incremental tables to prepare data for marketing attribution analysis as well as report tables which help you understand and visualize which channels or campaigns attributed the most to your revenue. It supports various attibution models out of the box, all in SQL. | ||
|
||
## Features | ||
- incremental dbt Package that produces tables for marketing attribution analysis | ||
- Support for Snowflake / BigQuery / Databricks / Redshift | ||
|
||
## Installation | ||
To install the package, add the following to the `packages.yml` in your project: | ||
|
||
### Github | ||
```yml | ||
packages: | ||
- git: "https://github.com/snowplow/dbt-snowplow-attribution.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_attribution | ||
version: [">=0.1.0", "<0.2.0"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters