mirror of https://github.com/databricks/cli.git
26 lines
394 B
Cheetah
26 lines
394 B
Cheetah
bundle:
|
|
name: "bundle-playground"
|
|
|
|
variables:
|
|
catalog:
|
|
description: The catalog the DLT pipeline should use.
|
|
default: main
|
|
|
|
|
|
resources:
|
|
pipelines:
|
|
foo:
|
|
name: test-pipeline-{{.unique_id}}
|
|
libraries:
|
|
- notebook:
|
|
path: ./nb.sql
|
|
development: true
|
|
catalog: ${var.catalog}
|
|
|
|
include:
|
|
- "*.yml"
|
|
|
|
targets:
|
|
development:
|
|
default: true
|