not using defined clusters when deploying workflows in development mode by asset bundle

greenned
New Contributor

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??

greenned_0-1724930366152.png

 

Satyadeepak
Databricks Employee
Databricks Employee

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.

View solution in original post