Is this a new bug in metricflow?
Current Behavior
While using config block in measures, dbt parse fails with Additional properties are not allowed ('config' was unexpected)
- name: revenue
config:
meta:
Business_Owner: ASAR
Technical_Owner: Sales Data Services
expr: revenue
agg: sum
create_metric: true
description: revenue
Expected Behavior
As per documentation, https://docs.getdbt.com/docs/build/measures config block is supported
Steps To Reproduce
Look at the above
Relevant log output
Environment
- OS: Mac
- Python: 3.12
- dbt:1.9.8
- metricflow: 0.8.1
Which database are you using?
other (mention it in "Additional Context")
Additional Context
Trino