You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing Error
Invalid semantic_models config given in ... - at path ['entities'][0]: Additional properties are not allowed ('meta' was unexpected)
Expected Behavior
Meta should be supported to enable the governance that dbt usually enables. Sample use cases might include adding business knowledge about the entity, ownership, domains etc.
Steps To Reproduce
Try to add a meta key to an existing semantic model.
Relevant log output
Environment
- OS:
- Python:
- dbt:
- metricflow:
Which database are you using?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Is this a new bug in metricflow?
Current Behavior
It's a dbt standard that any configurations also take the meta key. In case of semantic model entities, this does not work.
For example
will result in the following error:
Expected Behavior
Meta should be supported to enable the governance that dbt usually enables. Sample use cases might include adding business knowledge about the entity, ownership, domains etc.
Steps To Reproduce
Try to add a meta key to an existing semantic model.
Relevant log output
Environment
Which database are you using?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: