What's Changed
- Remove duplicate
expr
field by @theyostalservice in #414 - Bump version and make it a dev version by @theyostalservice in #415
- Enhance test with a validation-passing case by @theyostalservice in #416
- Add ability to mark metrics as private by @theyostalservice in #418
- Fix build issues by avoiding recent version of click by @theyostalservice in #421
- Relax errors for having both metric and measure inputs to be warnings by @theyostalservice in #419
- Use pydantic shim where missed by @courtneyholcomb in #422
- Bump version to release is_private metric parameter by @theyostalservice in #425
- Transform measures with create_metric true to actual metrics by @theyostalservice in #417
- Flatten measure input for simple metrics by @theyostalservice in #423
- Transformation: upgrade input measures for cumulative and conversion metrics to simple metrics by @theyostalservice in #424
- Remove measure requirement from AddInputMetricMeasuresRule by @theyostalservice in #427
- Add test for existing boolean aggregation transformation by @theyostalservice in #428
- Expand Boolean Aggregation transformations to metrics by @theyostalservice in #429
- Add tests for existing convert count rule by @theyostalservice in #430
- Add convert-count rule for metrics, too by @theyostalservice in #431
- Add tests for convert median transformation for measures by @theyostalservice in #432
- Convert median to percentile in metrics (like in measures) by @theyostalservice in #433
- Clean up Pydantic rules list. by @theyostalservice in #434
- Bump version to release transformations to MetricFlow by @theyostalservice in #435
- Add measures to metrics (temporary) & fix metric deduplication by @theyostalservice in #436
- Bump version to release transformation fix and temporary patch for MF by @theyostalservice in #438
- Fix other transformations instead of using FixSimpleMetricRule at end. by @theyostalservice in #440
- Fix created metric naming convention for negative fill_with_nulls values by @theyostalservice in #442
Full Changelog: v0.9.2...v0.10.0