Skip to content

MetricFlow 0.201.0

Compare
Choose a tag to compare
@tlento tlento released this 18 Aug 22:37
· 869 commits to main since this release
530b1bb

This release adds duckdb support and provides a partial fix for user-reported issues with partition pruning in BigQuery.

MetricFlow 0.201.0 - August 17, 2023

Features

  • Add dbt-duckdb as a supported adapter and remove legacy DuckDB sql client (#583)

Fixes

  • Remove barrier to partition pruning certain time partition filter predicates (#712)

Under the Hood

  • Make duckdb the standard for all dev-env environment runs, including make test (#723)
  • (#728)

Dependencies

  • Update pandas to 1.5.x (#719)
  • Relax version pins for MetricFlow dependencies (#720)

Contributors