Releases: mjirv/dbt_product_analytics
Releases · mjirv/dbt_product_analytics
0.3.1: Bugfix: BigQuery window functions
0.3.0: start/end date windows
What's Changed
Full Changelog: 0.2.1...0.3.0
0.2.1: retention and integration test fixes
bumps version and adds files I forgot to commit in the last commit
0.2.0: minor fixes
Minor updates for ease of use.
There are some breaking changes to be aware of:
- For funnels, the
steps
parameter is now just a list of strings, e.g.["placed", "completed", "returned"]
instead of an object - Retention now allows a single
group_by
column instead of a list ofdimensions
Full Changelog: 0.1.1...0.2.0
0.1.1: sqlite compatibility
Full Changelog: 0.1.0...0.1.1
0.1.0: flows, retention, and snowflake funnel improvements
What's Changed
- Update README.md by @VictorioBerra in #2
- Feat: funnel uses match_recognize on Snowflake and Trino by @mjirv in #4
- Feat: adds retention analysis by @mjirv in #3
- Feat: add flows by @mjirv in #5
New Contributors
- @VictorioBerra made their first contribution in #2
- @mjirv made their first contribution in #4
Full Changelog: 0.0.2...0.1.0
0.0.2: Minor improvements
- adds MIT license
from
param accepts sources and raw tables, not just refs
0.0.1: alpha release
Initial release.
See README for usage.