Forum Discussion
jk-dbt
2 years agoNew Member
DBT Orchestration
Hi, I have a question on dbt orchestration. I'm not sure how I can trigger a production dbt run in a Fabric pipeline and hoping someone in the community had a suggestion. The dbt-fabric adaptor...
- 2 years ago
OK thanks. At the moment you need to run dbt core (and therefore dbt run) on some non-fabric compute unfortunately, like a VM.
- 2 years ago
You can clone your code from git in the notebook and then run dbt in the notebook.
https://www.linkedin.com/pulse/dbt-microsoft-fabric-my-journ-nghia-tran/Note: Change runtime version in Spark Setting from 1.2 to 1.1 (Runtime version 1.2 does not have git).
Christophe93100
2 years agoFrequent Visitor
Hi dears
Do you know ,how can we call a DBT cloud job ( for a project ) on a Microsoft
Fabric datafactory pipeline tasks ?
Via call to dbt cloud Api ?
WE would like Fabric datafactory pipelines to be full chain orchestrator