Lakshay
Databricks Employee
Databricks Employee

Hi @Murthy Ramalingam​ , you can create multiple jobs referencing the same notebook code without any issue. We generally see issues when writing to the same location or table . However, in your case you will be passing different tables to these jobs, so I expect it to run fine.

For troubleshooting purposes, it is always advisable to use job cluster for different jobs so that the logs for each job run are accessible separately.

View solution in original post