How can I run one notebook from another notebook on a different cluster?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2023 10:22 AM
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?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2023 01:45 PM - edited 06-30-2023 01:45 PM
@fijoy go with workflow job creation and create multiple task and assign different job clusters and trigger notebooks

