Add Deferrable Mode to DataplexGetDataQualityScanResultOperator and DataplexRunDataQualityScanOperator #45877
Labels
area:async-operators
AIP-40: Deferrable ("Async") Operators
kind:feature
Feature Requests
needs-triage
label for new issues that we didn't triage yet
provider:google
Google (including GCP) related issues
Description
The
DataplexRunDataQualityScanOperator
andDataplexGetDataQualityScanResultOperator
are now in non-deferrable mode during operation. This results in the operators using resources excessively when doing lengthy Dataplex API operations. Waiting for API answers causes inefficient use of resources and slows down the completion of other actions in workflows.Adding a deferrable mode to these operators will allow them to pause execution during wait periods, freeing up resources for other tasks. This change will optimize resource utilization and improve overall workflow performance.
Use case/motivation
Use Case
Motivation
Related issues
There doesn't appear to be another linked issue regarding functionality addressed by this PR.
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: