| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| MetricFlow 0.207.3 source code.tar.gz | 2025-04-01 | 4.2 MB | |
| MetricFlow 0.207.3 source code.zip | 2025-04-01 | 7.7 MB | |
| README.md | 2025-04-01 | 3.3 kB | |
| Totals: 3 Items | 11.9 MB | 0 | |
Features
- Allow querying SCDs without metric_time. (#1621)
- Add
--quietoption to thequeryCLI command. (#1554) - Specify DB file path in tutorial-project profile (#1692)
- Add support for
DBT_PROFILES_DIR/DBT_PROJECT_DIRin 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
Nonein the output ofmf query(#1700) - Address display of whitespace-padded strings in the output of
mf query(#1701) - Address intermittently missing CSV output file (#1709)
- Configure
pytestto skip scanning snapshots directory (#1710) - Fix issue counter when generating error messages. (#1708)
Under the Hood
- Use snapshots in CLI tests. (#1690)
- Allow
CliConfigurationto be loaded from specified paths (#1693) - Remove
dbtproject 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)