mirror of https://github.com/databricks/cli.git
change default to no
This commit is contained in:
parent
2d65e71979
commit
94b4700a6e
|
@ -32,7 +32,7 @@
|
||||||
},
|
},
|
||||||
"use_serverless": {
|
"use_serverless": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "auto",
|
"default": "no",
|
||||||
"enum": ["yes", "no", "auto"],
|
"enum": ["yes", "no", "auto"],
|
||||||
"description": "Use serverless compute. If auto, it will be enabled unless it is disabled on workspace level.",
|
"description": "Use serverless compute. If auto, it will be enabled unless it is disabled on workspace level.",
|
||||||
"order": 5,
|
"order": 5,
|
||||||
|
|
Loading…
Reference in New Issue