Rearrange tasks in databricks workflow

chemajar
New Contributor III

Hello,

There is anyway to rearrange tasks in databricks workflow?.

I would like that line that join the two marked tasks doesn't pass behind the other tasks.  It is posible that this line by one side?

Thanks.

image.png

 

chemajar
New Contributor III

Thank you very much, the Visual Clarity part was what I thoght

View solution in original post

artsheiko
Databricks Employee
Databricks Employee

Hi @chemajar,

Take a look at Databricks Asset Bundles. It allows you to streamline the development of complex workflows using a yaml definition. In case you need to change the task dependencies, you can rearrange the flow as you need just change the yaml definition.

If you need a yaml definition for an existing workflow, you can find it by clicking on a three-points menu at the top right corner of the chosen workflow.