Skip to content

Releases: mjirv/dbt_product_analytics

0.3.1: Bugfix: BigQuery window functions

26 Oct 02:36
bac0472
Compare
Choose a tag to compare

What's Changed

  • Fix: adds order_by to window functions by @mjirv in #8

Full Changelog: 0.3.0...0.3.1

0.3.0: start/end date windows

26 Oct 02:24
522ae82
Compare
Choose a tag to compare

What's Changed

  • Add optional start and end date parameters to all macros by @mjirv in #7

Full Changelog: 0.2.1...0.3.0

0.2.1: retention and integration test fixes

12 Oct 15:12
Compare
Choose a tag to compare
bumps version and adds files I forgot to commit in the last commit

0.2.0: minor fixes

07 Oct 02:54
Compare
Choose a tag to compare

Minor updates for ease of use.

There are some breaking changes to be aware of:

  1. For funnels, the steps parameter is now just a list of strings, e.g. ["placed", "completed", "returned"] instead of an object
  2. Retention now allows a single group_by column instead of a list of dimensions

Full Changelog: 0.1.1...0.2.0

0.1.1: sqlite compatibility

06 Sep 01:17
Compare
Choose a tag to compare

0.1.0: flows, retention, and snowflake funnel improvements

06 Aug 18:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.2...0.1.0

0.0.2: Minor improvements

25 Jun 21:02
Compare
Choose a tag to compare
  • adds MIT license
  • from param accepts sources and raw tables, not just refs

0.0.1: alpha release

25 Jun 18:51
Compare
Choose a tag to compare

Initial release.

See README for usage.