mirror of https://github.com/databricks/cli.git
23 lines
317 B
YAML
23 lines
317 B
YAML
|
bundle:
|
||
|
name: override_sync
|
||
|
|
||
|
workspace:
|
||
|
host: https://acme.cloud.databricks.com/
|
||
|
|
||
|
targets:
|
||
|
development:
|
||
|
sync:
|
||
|
include:
|
||
|
- tests/*
|
||
|
exclude:
|
||
|
- dist
|
||
|
|
||
|
staging:
|
||
|
sync:
|
||
|
include:
|
||
|
- fixtures/*
|
||
|
|
||
|
prod:
|
||
|
workspace:
|
||
|
host: https://acme-prod.cloud.databricks.com/
|