Skip to content

Instantly share code, notes, and snippets.

@MasaSip
Last active September 13, 2023 06:48
Show Gist options
  • Save MasaSip/cf5497f4dbbc4280e30493a8ddac1f3e to your computer and use it in GitHub Desktop.
Save MasaSip/cf5497f4dbbc4280e30493a8ddac1f3e to your computer and use it in GitHub Desktop.
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"
libraries:
- notebook:
path: "/Some/path/notebooks/sample_dlt_notebook"
# Multi-task workflow for orchestrating the whole data pipeline
- name: "dbx-demo-job"
workflow_type: "job-v2.1"
tasks:
- task_key: "pipeline-task"
pipeline_task:
pipeline_id: "pipeline://dbx-dlt-demo-pipeline"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment