Skip to content

Releases: dbt-labs/dbt_metrics

0.1.4

28 Feb 08:49
ed7a5cd
Compare
Choose a tag to compare

Resolves #16 - period over period calculations were inaccurate when a start date was provided

0.1.3

25 Feb 04:13
e40b0a6
Compare
Choose a tag to compare
  • Constrains the date spine to the min/max date range of the metric's model to avoid returning the entire 20 year spine unnecessarily.
  • Adds start_date and end_date for manual overrides. An earlier start date than the source model's min value will pull through empty spine rows, a later one will exclude source data.

0.1.2

11 Feb 03:54
Compare
Choose a tag to compare

Fixes for incorrect constructor in the rolling secondary aggregate

0.1.0

10 Feb 03:50
2c20e96
Compare
Choose a tag to compare

The first release of the dbt_metrics package, which generates queries based on a dbt Core metrics definition.