databricks-cli/bundle/tests/interpolation_target/databricks.yml

15 lines
238 B
YAML

bundle:
name: foo ${workspace.profile}
workspace:
profile: bar
targets:
development:
default: true
resources:
jobs:
my_job:
name: "${bundle.name} | ${workspace.profile} | ${bundle.environment} | ${bundle.target}"