mirror of https://github.com/databricks/cli.git
Use Unity Catalog for pipelines in the default-python template
This commit is contained in:
parent
84b47745e4
commit
672e63f4ea
|
@ -3,6 +3,11 @@ resources:
|
|||
pipelines:
|
||||
{{.project_name}}_pipeline:
|
||||
name: {{.project_name}}_pipeline
|
||||
{{- if eq default_catalog ""}}
|
||||
# catalog: catalog_name
|
||||
{{- else}}
|
||||
catalog: {{default_catalog}}
|
||||
{{- end}}
|
||||
target: {{.project_name}}_${bundle.environment}
|
||||
libraries:
|
||||
- notebook:
|
||||
|
|
Loading…
Reference in New Issue