-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
[FEAT] Leverage dbt Semantic Model for the ERD #117
Comments
Thanks @b-per for raising this! I like this idea, definitely it is a great addition to scan the semantic models configs instead of just the relationship tests. At the moment, I don’t think I have capacity to deliver this feat soon, so marking Thanks a lot 🙏 |
Hi @b-per Do you have any updates on this? By the way, do you suggest any sample of dbt jaffle shop with implemented semantic layer, or similar. Thanks |
Hi! I haven't worked on it yet, no. This repo is jaffle-shop with metrics and SL configured as well. |
This should be available in dbterd v1.16 now. See docs. Keep this issue open to support dbt Cloud. |
Amazing! I will test it in the next few days! |
Thanks, feel free to reopen this issue if you would find any issues 🙌 |
Is your feature request related to a problem? Please describe:
When implementing the new dbt Semantic Layer with metricflow, we have the ability to define entities in our semantic modelling, telling metricflow how to join tables together.
Describe the solution you'd like:
It would be great if
dbterd
could consume this semantic layer configuration information in order to "discover" how tables relate to each other.Describe alternatives you've considered:
Manually defining the joins in the models config, on top of having already defined entities
Additional context:
I might be interested in contributing to it if nobody else wants to try to add the feature
The text was updated successfully, but these errors were encountered: