- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 04:20 AM
Hi, I'm using databricks asset bundle to deploy workflows.
but when i deploy in development mode. the workflows do not use the new clusters, just using existing clusters
can i deploy with the defined new clusters in development mode??
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 10:45 AM
You could use mode: development
and then deploy with --compute-id
and specify the ID of your personal compute cluster to replace the existing clusters. Only with mode: development
will the compute ID replace existing, or per-task cluster specs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 10:45 AM
You could use mode: development
and then deploy with --compute-id
and specify the ID of your personal compute cluster to replace the existing clusters. Only with mode: development
will the compute ID replace existing, or per-task cluster specs.

