Releases: Zenlytic/metrics_layer
Releases · Zenlytic/metrics_layer
v0.12.3
What's Changed
- Feature/ignore empty filters in yml by @pblankley in #183
Full Changelog: v0.12.2...v0.12.3
v0.12.2
- Add label as valid property for mapping objects
Full Changelog: v0.12.1...v0.12.2
v0.12.1
What's Changed
- Feature/deprecate case statement by @pblankley in #181
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
This is a BIG change to validation. Validation will now happen on every property, and can be called with passed modifications using the new function validate_with_replaced_objects
on the Project
class.
As part of this change, you will have to move all unsupported properties to the extra
argument on a field.
- Feature/improve validation by @pblankley in #180
Full Changelog: v0.11.30...v0.12.0
v0.11.30
v0.11.29
What's Changed
- Bump black from 22.12.0 to 24.3.0 by @dependabot in #173
- add quotes for sf and druid seeding + required access filters by @pblankley in #178
Full Changelog: v0.11.28...v0.11.29
v0.11.28
What's Changed
- Feature/load using ruamelyaml by @geometrikz in #171
- Feature/redshift dialect fixes by @pblankley in #176
- add include_metrics flag to join_as and default to false by @pblankley in #177
Full Changelog: v0.11.27...v0.11.28
v0.11.27
What's Changed
- fix sub join non-additive dimension query by @pblankley in #175
Full Changelog: v0.11.26...v0.11.27
v0.11.26
What's Changed
- fix duplicate cte non additive bug by @pblankley in #174
Full Changelog: v0.11.25...v0.11.26
v0.11.25
What's Changed
- fix bug with compiler when composing more than one non additive dimension based metrics by @pblankley in #172
Full Changelog: v0.11.24...v0.11.25