mirror of https://github.com/databricks/cli.git
15 lines
238 B
YAML
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}"
|