mirror of https://github.com/databricks/cli.git
20 lines
284 B
Cheetah
20 lines
284 B
Cheetah
|
bundle:
|
||
|
name: "bundle-playground"
|
||
|
|
||
|
resources:
|
||
|
pipelines:
|
||
|
foo:
|
||
|
name: test-pipeline-{{.unique_id}}
|
||
|
libraries:
|
||
|
- notebook:
|
||
|
path: ./nb.sql
|
||
|
development: true
|
||
|
catalog: main
|
||
|
|
||
|
include:
|
||
|
- "*.yml"
|
||
|
|
||
|
targets:
|
||
|
development:
|
||
|
default: true
|