โ09-19-2024 11:17 PM
Hello! Anyone know if there is a way of specifying cluster when using dbutils.notebook.run() ? As i understand it, this command will create a job compute on the run? but what if I want to use my general purpose cluster? I have been thinking of %run but it just doesn't feel like a proper way of executing multiple notebooks from a "main" notebook..
โ09-19-2024 11:37 PM
Hi @ErikJ ,
When you run a child notebook from parent notebook, the child notebook will use the same cluster.
โ09-20-2024 12:03 AM
Also you may run the help method:
.
The parameters of the method are:
1. path
2. timeoutSeconds
3. arguments
โ09-19-2024 11:37 PM
Hi @ErikJ ,
When you run a child notebook from parent notebook, the child notebook will use the same cluster.
โ09-19-2024 11:47 PM
Thanks for the answear, could I ask from where you got this information? Feels like I've been searching for days now...
โ09-20-2024 12:03 AM
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!
Sign Up Now