-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Meta is Missing in semantic_manifest.json #739
Comments
@HoseinBahmany I wanted to let you know that we are now tracking this in dbt-core (dbt-labs/dbt-core#8511). It's also worth noting that although it'll be specifiable, it likely will still not appear in the |
Thank you @QMalcolm for the follow-up. I was trying to specify some metadata in my metric, like example usages, etc that would be helpful in my downstream visualization tools. I'm doing those in the In my downstream tool, I was parsing the |
This should be resolved with dbt-labs/dbt-core#8511 |
Hi all! Really appreciate fixes related to this bug, thanks! But would like to return to the point that based on the dbt-labs/dbt-core#7456 meta should be supported in all dbt objects.
UPD: new issue submitted - #1507 |
Is this a new bug in metricflow?
Current Behavior
Not sure whether this is a bug in the MetricFlow or dbt-core. Since this happens in the context of metadata for
metric
objects I thought it might be better to report it here.I have two observations regarding the
meta
attribute:meta
to asemantic_model
would cause the following error:meta
is not allowed onsemantic_models
meta
to metrics would not cause any errors. But it would not appear in thesemantic_manifest.json
as well:Expected Behavior
Based on the discussion it seems that
meta
should be supported on all dbt objects including thesemantic_models
andmetrics
Steps To Reproduce
Simply add
meta
attribute to asemantic_model
or ametric
. I tested this on thejaffle_shop
sample repo.Relevant log output
No response
Environment
Which database are you using?
postgres
Additional Context
No response
The text was updated successfully, but these errors were encountered: