mirror of https://github.com/databricks/cli.git
9 lines
427 B
TOML
9 lines
427 B
TOML
Badness = "When -p flag is used inside the bundle folder for any CLI commands, CLI use bundle host anyway instead of profile one"
|
|
|
|
# Some of the clouds have DATABRICKS_HOST variable setup without https:// prefix
|
|
# In the result, output is replaced with DATABRICKS_URL variable instead of DATABRICKS_HOST
|
|
# This is a workaround to replace DATABRICKS_URL with DATABRICKS_HOST
|
|
[[Repls]]
|
|
Old='DATABRICKS_HOST'
|
|
New='DATABRICKS_URL'
|