Optimize deferrable execution for AzureDataFactoryRunPipelineOperator #45878
Labels
area:providers
good first issue
kind:feature
Feature Requests
provider:microsoft-azure
Azure-related issues
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: