Add the ability to build a semantic model from a dbt project #1171
GreyskullAnalytics
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I like this idea, although I'm unsure how many DBT users also use Tabular Editor. I wonder if a short term solution could be using Tabular Editor C# scripts? Are there any .NET SDKs available for working with DBT projects? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe
If I build a model on Databricks I can reuse table metadata to populate table and field descriptions, but not all sources have this feature (I'm yet to find a way to do it with Fabric). However, dbt does allow you to provide this data in the models file
Describe the solution you'd like
With dbt getting increasing adoption, it would be amazing if I could build a semantic model by pointing at a dbt project. This would allow me to select tables and recycle the descriptions from the models file. You can get data source connection string info via the profiles file to authenticate to the actual source to get data types. In time you could even start to recycle dbt semantic layer objects to build DAX measures.
Goals
Background
None yet
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions