- start_date and end_date casting fix by @fivetran-joemarkiewicz in #22
- Add more integration tests in #23
- @fivetran-joemarkiewicz made their first contribution in #22
Full Changelog: https://github.com/dbt-labs/dbt_metrics/compare/0.1.4...0.1.5
Resolves #16 - period over period calculations were inaccurate when a start date was provided
- 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.
Fixes for incorrect constructor in the rolling
secondary aggregate
The first release of the dbt_metrics package, which generates queries based on a dbt Core metrics definition.