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

Parallelize all sources in Airflow, including the first one #2196

Open
alucryd opened this issue Jan 8, 2025 · 0 comments · May be fixed by #2197
Open

Parallelize all sources in Airflow, including the first one #2196

alucryd opened this issue Jan 8, 2025 · 0 comments · May be fixed by #2197

Comments

@alucryd
Copy link

alucryd commented Jan 8, 2025

Feature description

I would like to parallelize all sources in Airflow, including the first one in the list, PR incoming.

Are you a dlt user?

Yes, I run dlt in production.

Use case

The first source in a pipeline can take a long time to complete, right now in both parallel modes the first source is ran alone, this is time that could be spent running multiple sources.

Proposed solution

Using a DummyOperator at the start, instead of splitting the first source and branching after it has run.

Related issues

No response

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

Successfully merging a pull request may close this issue.

1 participant