- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2025 10:34 PM
I have a workflow in QA workspace that attached one notebook. I need to deploy the same workflow to PRD workspace , with all the notebooks in the azure devops repo and attche and run a different notebook in the PRD workflow.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 12:24 AM
Hi @udara_zure
Asset bundles input is a workflow .yml file where you define every setting for your workflow , there you can have different paths for your notebook for each environment. you will be creating multiple yml files . one for each workflow and for each environment.
As you see below notebook_path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2025 10:48 PM
Databricks asset bundles can be a great solution for this. Clear and straightforward.
https://docs.databricks.com/en/dev-tools/bundles/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2025 10:51 PM
Hi,
can I deploy the same workflow and attach a different notebook in the deploy process, in this method?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 12:24 AM
Hi @udara_zure
Asset bundles input is a workflow .yml file where you define every setting for your workflow , there you can have different paths for your notebook for each environment. you will be creating multiple yml files . one for each workflow and for each environment.
As you see below notebook_path

