Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2025 02:24 AM - edited 01-12-2025 02:29 AM
It is not a seamless deploy but it worked for a one-shot transfer.
Here is what worked for me:
- go to the original workflow and click "switch to code version (YAML)"
- select all and copy
- go to the new workspace and click create new job
- click "switch to code version (YAML)" and click paste
- in the new workspace go to the compute and select the compute you wish to use. Then clik on the View JSON and copy the compute ID
- got back to the new job in the new workspace and paste this compute ID where ever you have "existing_cluster_id": XXXXXX (replace the XXX with the new id)
- click save and view in visual mode
- adjust as necessary