Skip to content

MetricFlow 0.212.0

Latest

Choose a tag to compare

@plypaul plypaul released this 19 Aug 20:47
· 3 commits to main since this release
e4b9b7b

MetricFlow 0.212.0 - August 11, 2026

Features

  • Add Athena adapter and SQL rendering support (#979)

Fixes

  • Use TIMESTAMP_TRUNC instead of DATETIME_TRUNC for BigQuery (#2078)
  • Add parentheses around user-supplied filter strings (#2066)
  • Name auto-generated OSI ratio sub-metrics without dunders so they pass semantic manifest name validation (#2091)

Under the Hood

  • Restore dbt-metricflow dependency changes in release flow (#2055)
  • Remove old release helpers (#2056)
  • Simplify output column orderers (#2064)
  • Add option to use legacy column order (#2065)
  • Limit result cache in group-by item resolver (#2075)
  • Update error handling for invalid percentile configuration (#2076)
  • Update emitted messages in ExecutionTimer (#2084)
  • Clean up method duration logging (#2085)
  • Improve invalid state file handling in the release tool (#2088)
  • Update release tool to use ort instead of fossa (#2102)
  • Add CI pipeline to compile MetricFlow into standalone Nuitka binaries for macOS, Linux, and Windows, and publish them as versioned GitHub Release artifacts for embedding in dbt-core v2 (Fusion) (#2106)

Dependencies

  • Update DuckDB dev dependency to >= 1.5 (#2051)
  • Update dbt-core to >=1.11, <1.13 (#2105)
  • Support Python 3.14 in dbt-metricflow (#2108)

Contributors