mirror of https://github.com/databricks/cli.git
27 lines
290 B
YAML
27 lines
290 B
YAML
|
bundle:
|
||
|
name: sync_paths
|
||
|
|
||
|
workspace:
|
||
|
host: https://acme.cloud.databricks.com/
|
||
|
|
||
|
targets:
|
||
|
development:
|
||
|
sync:
|
||
|
paths:
|
||
|
- development
|
||
|
|
||
|
staging:
|
||
|
sync:
|
||
|
paths:
|
||
|
- staging
|
||
|
|
||
|
undefined: ~
|
||
|
|
||
|
nil:
|
||
|
sync:
|
||
|
paths: ~
|
||
|
|
||
|
empty:
|
||
|
sync:
|
||
|
paths: []
|