mirror of https://github.com/databricks/cli.git
13 lines
287 B
JSON
13 lines
287 B
JSON
|
{
|
||
|
"properties": {
|
||
|
"unique_id": {
|
||
|
"type": "string",
|
||
|
"description": "Unique ID for job name"
|
||
|
},
|
||
|
"warehouse_id": {
|
||
|
"type": "string",
|
||
|
"description": "The SQL warehouse ID to use for the dashboard"
|
||
|
}
|
||
|
}
|
||
|
}
|