mirror of https://github.com/databricks/cli.git
15 lines
193 B
YAML
15 lines
193 B
YAML
|
bundle:
|
||
|
name: test-auth
|
||
|
|
||
|
workspace:
|
||
|
host: $DATABRICKS_HOST
|
||
|
|
||
|
targets:
|
||
|
dev:
|
||
|
default: true
|
||
|
workspace:
|
||
|
host: $DATABRICKS_HOST
|
||
|
prod:
|
||
|
workspace:
|
||
|
host: https://bar.com
|