databricks-cli/acceptance/bundle/integration_whl/base/databricks_template_schema....

30 lines
850 B
JSON

{
"properties": {
"project_name": {
"type": "string",
"default": "my_test_code",
"description": "Unique name for this project"
},
"spark_version": {
"type": "string",
"description": "Spark version used for job cluster"
},
"node_type_id": {
"type": "string",
"description": "Node type id for job cluster"
},
"unique_id": {
"type": "string",
"description": "Unique ID for job name"
},
"python_wheel_wrapper": {
"type": "boolean",
"description": "Whether or not to enable python wheel wrapper"
},
"instance_pool_id": {
"type": "string",
"description": "Instance pool id for job cluster"
}
}
}