A dbt package for doing product analytics.
Currently supports event streams and funnel analysis. More features will be added soon!
Add the following to your packages.yml
:
- package: mjirv/dbt_product_analytics
version: [">=0.1.0"]
dbt Product Analytics provides four macros: event_stream()
, funnel()
, retention()
, and flows()
.
Use them in models and analyses like any other dbt macro.
event_stream() (source)
Transforms any time series model with a user ID and event labels into a standardized event stream format.
< 8000 div class="markdown-heading" dir="auto">