mirror of https://github.com/databricks/cli.git
22 lines
552 B
JSON
22 lines
552 B
JSON
{
|
|
"properties": {
|
|
"unique_id": {
|
|
"type": "string",
|
|
"description": "Unique ID for job name"
|
|
},
|
|
"spark_version": {
|
|
"type": "string",
|
|
"description": "Spark version used for job cluster"
|
|
},
|
|
"node_type_id": {
|
|
"type": "string",
|
|
"description": "Node type id for job cluster"
|
|
},
|
|
"root_path": {
|
|
"type": "string",
|
|
"description": "Root path to deploy bundle to",
|
|
"default": ""
|
|
}
|
|
}
|
|
}
|