dbt-labs / metricflow

MetricFlow allows you to define, build, and maintain metrics in code.
https://docs.getdbt.com/docs/build/about-metricflow
Other
1.12k stars 92 forks source link

[Bug] MetricFlow 0.206.0 asks you to upgrade to MetricFlow 0.206.0 #1333

Open siljamardla opened 1 month ago

siljamardla commented 1 month ago

Is this a new bug in metricflow?

Current Behavior

pip list returns metricflow 0.206.0

yet, any MF query result starts with

‼️ Warning: A new version of the MetricFlow CLI is available.
💡 Please update to version 0.206.0, released 2024-06-11 22:06:04 by running:
        $ pip install --upgrade metricflow

Expected Behavior

MetricFlow should not ask me to upgrade it to the same version that I already have

Steps To Reproduce

Install MetricFlow 0.206.0 and run any MF query

Relevant log output

No response

Environment

- OS: Mac OS
- Python:
- dbt: 1.8.3
- metricflow: 0.206.0

Which database are you using?

other (mention it in "Additional Context")

Additional Context

No response