mirror of https://github.com/databricks/cli.git
37 lines
596 B
YAML
37 lines
596 B
YAML
bundle:
|
|
name: environment_overrides
|
|
|
|
workspace:
|
|
host: https://acme.cloud.databricks.com/
|
|
|
|
resources:
|
|
jobs:
|
|
job1:
|
|
name: "base job"
|
|
|
|
pipelines:
|
|
boolean1:
|
|
photon: true
|
|
|
|
boolean2:
|
|
photon: false
|
|
|
|
environments:
|
|
development:
|
|
default: true
|
|
|
|
staging:
|
|
resources:
|
|
jobs:
|
|
job1:
|
|
name: "staging job"
|
|
|
|
pipelines:
|
|
boolean1:
|
|
# Note: setting a property to a zero value (in Go) does not have effect.
|
|
# See the corresponding test for details.
|
|
photon: false
|
|
|
|
boolean2:
|
|
photon: true
|