mirror of https://github.com/databricks/cli.git
14 lines
260 B
Cheetah
14 lines
260 B
Cheetah
|
resources:
|
||
|
schemas:
|
||
|
bar:
|
||
|
name: test-schema-{{.unique_id}}
|
||
|
catalog_name: main
|
||
|
comment: This schema was created from DABs
|
||
|
|
||
|
targets:
|
||
|
development:
|
||
|
resources:
|
||
|
pipelines:
|
||
|
foo:
|
||
|
target: ${resources.schemas.bar.id}
|