Forum Discussion
dbt-DataWorkFlow setup
Hi, Jalalmn
"when it turns the running stage, the project has different name and look." Would you mind showing a screenshot of what's different?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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
- rgargouri1 year agoNew Member
If you add "from airflow import DAG" at the beginning of your script, it has to work.