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

Optimize deferrable execution for AzureDataFactoryRunPipelineOperator #45878

Open
1 of 2 tasks
Mohammed-Karim226 opened this issue Jan 22, 2025 · 1 comment
Open
1 of 2 tasks

Comments

@Mohammed-Karim226
Copy link

Description

Currently, the AzureDataFactoryRunPipelineOperator defers tasks even if they have already been completed, leading to unnecessary deferring and potential inefficiencies. This can result in increased execution times and resource usage. The proposed optimization involves checking if a submitted job has already been completed before deferring it, thereby skipping deferral for already finished tasks.

Use case/motivation

This change will improve the efficiency and performance of the AzureDataFactoryRunPipelineOperator by reducing unnecessary deferring of tasks. It will help optimize resource usage and execution times, especially in environments with a high volume of tasks.

Related issues

N/A

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@Mohammed-Karim226 Mohammed-Karim226 added kind:feature Feature Requests needs-triage label for new issues that we didn't triage yet labels Jan 22, 2025
Copy link

boring-cyborg bot commented Jan 22, 2025

Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.

@potiuk potiuk added good first issue and removed needs-triage label for new issues that we didn't triage yet labels Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants