mirror of https://github.com/databricks/cli.git
11 lines
152 B
YAML
11 lines
152 B
YAML
|
bundle:
|
||
|
name: foo ${workspace.profile}
|
||
|
|
||
|
workspace:
|
||
|
profile: bar
|
||
|
|
||
|
resources:
|
||
|
jobs:
|
||
|
my_job:
|
||
|
name: "${bundle.name} | ${workspace.profile}"
|