MetricFlow 0.211.0 - May 11, 2026
Features
- Return results from OSI<>MSI converters as a ConverterResult object (#2031)
- Add support for Python 3.14 for metricflow package (#1916)
- Allow multiple
--wherearguments in the CLI (#2050)
Fixes
- Isolate mypy cache between metricflow / dbt-metricflow (#2046)
Under the Hood
- Run lint / tests for
dbt-metricflowin a separate environment (#2039) - Port
dbt-metricflowpackage CI tests (#1933) - Update
dbt-metricflowpackage tests to check log file (#1934) - Initial step for release automation tool (#2040)
- Add other steps for release automation tool (#2042)
- Assorted refinements to the release tool (#2045)
- Add retries to
test_format_report_to_text_table(#2047)
Dependencies
- Remove
graphvizdependency fromdbt-metricflow(#2038) - Update DuckDB dev dependency to
>= 1.5(#2051)