databricks-cli/bundle/tests/sync/negate/databricks.yml

23 lines
271 B
YAML

bundle:
name: sync_negate
workspace:
host: https://acme.cloud.databricks.com/
sync:
exclude:
- ./*
- '!*.txt'
include:
- '*.txt'
targets:
default:
dev:
sync:
exclude:
- ./*
- '!*.txt2'
include:
- '*.txt'