Forum Discussion
Jalalmn
2 years agoFrequent Visitor
dbt-DataWorkFlow setup
Hi, I have created a dbt project that runs on my fabric data warehouse correctly. So easily I can access my fabric DWH using vs code. Expectedly, now I need to automate my dbt core project using...
Jalalmn
2 years agoFrequent Visitor
HI
There was not sample.py in the example. And also no helloworld.py in the example.
I later understood they are just copy pastes from another page which is showing a sample project in Workflow (not about dbt).
So exactly my problem is here, when I get to the running stage, there Run Dag is not visible. I assume, the workflow cannot recognize the DbtDag, and therefore removes the Run Dag button
rgargouri
1 year agoNew Member
If you add "from airflow import DAG" at the beginning of your script, it has to work.