Skip to content
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

Closed
ggam opened this issue Jan 29, 2024 · 5 comments
Closed

Metricflow support on dbt core #261

ggam opened this issue Jan 29, 2024 · 5 comments
Assignees

Comments

@ggam
Copy link

ggam commented Jan 29, 2024

#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 additional semantic_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.

@Vitor-Avila
Copy link
Contributor

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!

@ggam
Copy link
Author

ggam commented Jan 29, 2024

Great to know, thanks!

@aibunny
Copy link

aibunny commented Feb 6, 2024

I'm also looking foward to this.

@mtrentz
Copy link
Contributor

mtrentz commented Feb 21, 2024

Also looking forward :)

@Vitor-Avila
Copy link
Contributor

Implemented in #265

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants