Skip to content

Commit 2222816

Browse files
authored
Add default value for maxNumClusters
1 parent b04a050 commit 2222816

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/databricks/actions/create-sql-warehouse/create-sql-warehouse.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default {
4242
label: "Max Number of Clusters",
4343
description: "Maximum number of clusters for autoscaler (≥ min_num_clusters and ≤ 30).",
4444
optional: true,
45+
default: 1,
4546
},
4647
enablePhoton: {
4748
type: "boolean",

0 commit comments

Comments
 (0)