Skip to content

MetricFlow 0.207.3

Latest
Compare
Choose a tag to compare
@plypaul plypaul released this 01 Apr 21:44
· 126 commits to main since this release
5ec0159

Features

  • Allow querying SCDs without metric_time. (#1621)
  • Add --quiet option to the query CLI command. (#1554)
  • Specify DB file path in tutorial-project profile (#1692)
  • Add support for DBT_PROFILES_DIR / DBT_PROJECT_DIR in the CLI (#1702)
  • Add semantic manifest artifact context to error messages (#1708)

Fixes

  • Update tutorial project to use ref() (#1691)
  • Address issues with the display of numeric types (#1699)
  • Address display of None in the output of mf query (#1700)
  • Address display of whitespace-padded strings in the output of mf query (#1701)
  • Address intermittently missing CSV output file (#1709)
  • Configure pytest to skip scanning snapshots directory (#1710)
  • Fix issue counter when generating error messages. (#1708)

Under the Hood

  • Use snapshots in CLI tests. (#1690)
  • Allow CliConfiguration to be loaded from specified paths (#1693)
  • Remove dbt project metadata dependency in tutorial project generation (#1694)
  • Avoid reinitialization of CLIConfiguration (#1697)
  • Add process-isolated CLI runner for tests (#1695)
  • Migrate CLI tests to use the process-isolated CLI runner (#1696)

Contributors