2025-01-13 12:31:09 +00:00
|
|
|
|
2025-02-03 14:10:19 +00:00
|
|
|
>>> errcode [CLI] bundle validate -o json
|
2025-02-27 15:58:48 +00:00
|
|
|
Warning: Variable interpolation is not supported for fields that configure authentication
|
|
|
|
at workspace.host
|
|
|
|
in databricks.yml:10:9
|
|
|
|
|
|
|
|
Interpolation is not supported for the field workspace.host. Please set
|
|
|
|
the DATABRICKS_HOST environment variable if you wish to configure this field at runtime.
|
|
|
|
|
2025-01-13 12:31:09 +00:00
|
|
|
Error: failed during request visitor: parse "https://${var.host}": invalid character "{" in host name
|
|
|
|
|
|
|
|
{
|
|
|
|
"bundle": {
|
|
|
|
"environment": "default",
|
|
|
|
"name": "host",
|
|
|
|
"target": "default"
|
|
|
|
},
|
|
|
|
"sync": {
|
|
|
|
"paths": [
|
|
|
|
"."
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"targets": null,
|
|
|
|
"variables": {
|
|
|
|
"host": {
|
|
|
|
"default": "https://nonexistent123.staging.cloud.databricks.com"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"workspace": {
|
|
|
|
"host": "${var.host}"
|
|
|
|
}
|
|
|
|
}
|
2025-02-10 13:00:49 +00:00
|
|
|
|
2025-01-13 12:31:09 +00:00
|
|
|
Exit code: 1
|
|
|
|
|
2025-02-03 14:10:19 +00:00
|
|
|
>>> errcode [CLI] bundle validate
|
2025-02-27 15:58:48 +00:00
|
|
|
Warning: Variable interpolation is not supported for fields that configure authentication
|
|
|
|
at workspace.host
|
|
|
|
in databricks.yml:10:9
|
|
|
|
|
|
|
|
Interpolation is not supported for the field workspace.host. Please set
|
|
|
|
the DATABRICKS_HOST environment variable if you wish to configure this field at runtime.
|
|
|
|
|
2025-01-13 12:31:09 +00:00
|
|
|
Error: failed during request visitor: parse "https://${var.host}": invalid character "{" in host name
|
|
|
|
|
|
|
|
Name: host
|
|
|
|
Target: default
|
|
|
|
Workspace:
|
|
|
|
Host: ${var.host}
|
|
|
|
|
2025-02-27 15:58:48 +00:00
|
|
|
Found 1 error and 1 warning
|
2025-01-13 12:31:09 +00:00
|
|
|
|
|
|
|
Exit code: 1
|