How can I run one notebook from another notebook on a different cluster?

fijoy
Contributor

I have a notebook (notebook A) that needs to run on a specific cluster.

I now want to programmatically trigger notebook A from another notebook (notebook B), which also needs to run on a specific cluster (different from the cluster for notebook A).

How can I do this?

karthik_p
Databricks Partner

@fijoy go with workflow job creation and create multiple task and assign different job clusters and trigger notebooks

karthik.p