Use Unity Catalog for pipelines in the default-python template

This commit is contained in:
Lennart Kats 2024-08-24 21:14:04 +02:00
parent 84b47745e4
commit 672e63f4ea
No known key found for this signature in database
GPG Key ID: 1EB8B57673197023
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ resources:
pipelines: pipelines:
{{.project_name}}_pipeline: {{.project_name}}_pipeline:
name: {{.project_name}}_pipeline name: {{.project_name}}_pipeline
{{- if eq default_catalog ""}}
# catalog: catalog_name
{{- else}}
catalog: {{default_catalog}}
{{- end}}
target: {{.project_name}}_${bundle.environment} target: {{.project_name}}_${bundle.environment}
libraries: libraries:
- notebook: - notebook: