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).
Nghia
2 years agoHelper I
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).
jk-dbt
2 years agoNew Member
That worked.....nice one Nghia!