everyone!
I need to run several cells in Databricks for each file I have. The input is an imagepath and for that imagepath there are like 40 cells that take 10 mins to run all of them. I have to run the code for 50 imagepaths. How can I automate this in Databricks in python? Is this even possible?
It is like this: get file and then run everything from below.