-
Notifications
You must be signed in to change notification settings - Fork 26
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
Metricflow support on dbt core #261
Comments
Hey @ggam, Thank you so much for submitting this ticket. I can confirm that our team is discussing internally the required changes to also support the metrics definition in dbt Core>=1.6. We'll update this ticket once the changes are properly added. Thank you! |
Great to know, thanks! |
I'm also looking foward to this. |
Also looking forward :) |
Implemented in #265 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#256 added support for dbt 1.6 metrics (Metricflow), but only for dbt Cloud, by querying a GraphQL endpoint.
For dbt core, metrics SQL can be obtained via
mf query --metrics xxxx --explain
(https://docs.getdbt.com/docs/build/metricflow-commands#additional-query-examples). There's also and additionalsemantic_manifest.json
artifact (https://docs.getdbt.com/docs/dbt-cloud-apis/sl-manifest) equivalent to the GraphQL metadata.Supporting dbt core Metricflow would be a great addition.
The text was updated successfully, but these errors were encountered: