mirror of https://github.com/databricks/cli.git
19 lines
355 B
Plaintext
19 lines
355 B
Plaintext
|
Warning: unknown field: node_type_id
|
||
|
at resources.jobs.job1.job_clusters[0]
|
||
|
in databricks.yml:25:11
|
||
|
|
||
|
Error: complex variables cannot contain references to another complex variables
|
||
|
|
||
|
[
|
||
|
{
|
||
|
"job_cluster_key": "my_cluster",
|
||
|
"new_cluster": null
|
||
|
},
|
||
|
{
|
||
|
"job_cluster_key": "my_cluster",
|
||
|
"new_cluster": "${var.cluster}"
|
||
|
}
|
||
|
]
|
||
|
|
||
|
Exit code: 1
|