Skip to content

Instantly share code, notes, and snippets.

View MasaSip's full-sized avatar

Matti Sippola MasaSip

  • Aalto University
View GitHub Profile
@MasaSip
MasaSip / conf-deployment.j2
Last active September 12, 2023 11:55
Dbx deployment with Jinja templating
# conf/deployment.j2
build:
no_build: true
environments:
{% for env, conf in envs.items() %}
{{ env }}:
workflows:
# DLT pipeline
- name: "dbx-dlt-demo-pipeline"
@MasaSip
MasaSip / conf-deployment.yaml
Last active September 13, 2023 06:48
conf/deployment.yaml example
# conf/deployment.yaml
build:
no_build: true
environments:
dev:
workflows:
- name: "dbx-dlt-demo-pipeline"
workflow_type: "pipeline"
target: "demo-db"