You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello - I am trying to find a way to run multiple Databricks jobs sequentially w/o hard coding the steps in the YAML files. For now, I have a YAML file per Databricks Notebook (that ultimately refer to a DAG I wrote), but I want one single DAG to encompass the execution of multiple Notebooks sequentially - say, a notebook fails, the loop breaks and doesn't go to the next step.
I can further elaborate but I tried WithItems and it didn't work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello - I am trying to find a way to run multiple Databricks jobs sequentially w/o hard coding the steps in the YAML files. For now, I have a YAML file per Databricks Notebook (that ultimately refer to a DAG I wrote), but I want one single DAG to encompass the execution of multiple Notebooks sequentially - say, a notebook fails, the loop breaks and doesn't go to the next step.
I can further elaborate but I tried WithItems and it didn't work.
Help appreciated!
Beta Was this translation helpful? Give feedback.
All reactions