Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use a dummy operator at the start of parallel pipelines #2197

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from

Conversation

alucryd
Copy link

@alucryd alucryd commented Jan 8, 2025

Description

Used a DummyOperator instead of the first source to parallelize all sources, including the first one.

Related Issues

Additional Context

The first source can take a long time to run, this can make pipelines faster by parallelizing even the first source.

Copy link

netlify bot commented Jan 8, 2025

Deploy Preview for dlt-hub-docs canceled.

Name Link
🔨 Latest commit 7fc82a3
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/677e7bfdb52f8300086fd4d2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parallelize all sources in Airflow, including the first one
1 participant