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

Check cluster state before defer Dataproc operators to trigger #36892

Conversation

Lee-W
Copy link
Member

@Lee-W Lee-W commented Jan 19, 2024

While operating a data proc cluster in deferrable mode, the condition might already be met (created, deleted, updated) before we defer the task into the trigger. This PR intends to check thecluster status before deferring the task to trigger.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@boring-cyborg boring-cyborg bot added area:providers provider:google Google (including GCP) related issues labels Jan 19, 2024
@Lee-W Lee-W force-pushed the check-cluster-state-before-defer-Dataproc-operators-to-trigger branch from 9eb55a8 to 7dff067 Compare January 20, 2024 06:40
Lee-W added 3 commits January 20, 2024 15:52
… DataprocDeleteClusterOperator, DataprocCreateClusterOperator, DataprocUpdateClusterOperator
@Lee-W Lee-W force-pushed the check-cluster-state-before-defer-Dataproc-operators-to-trigger branch from 7dff067 to e726097 Compare January 20, 2024 07:52
Co-authored-by: Pankaj Koti <pankajkoti699@gmail.com>
@pankajkoti pankajkoti merged commit e07a42e into apache:main Jan 22, 2024
54 checks passed
@pankajkoti pankajkoti deleted the check-cluster-state-before-defer-Dataproc-operators-to-trigger branch January 22, 2024 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers provider:google Google (including GCP) related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants