mirror of https://github.com/databricks/cli.git
Skip serverless prompt in default-python (default is no) (#2388)
## Tests Manually running 'bundle init default-python' - no question about serverless.
This commit is contained in:
parent
ab3d82e32e
commit
b6bf035e7f
|
@ -35,6 +35,7 @@
|
|||
"default": "no",
|
||||
"enum": ["no", "yes"],
|
||||
"description": "Use serverless compute",
|
||||
"skip_prompt_if": {},
|
||||
"order": 5
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue