mirror of https://github.com/databricks/cli.git
17 lines
402 B
JSON
17 lines
402 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"
|
||
|
}
|
||
|
}
|
||
|
}
|