-
Notifications
You must be signed in to change notification settings - Fork 16.4k
DataprocDeleteClusterOperator to raise AirflowSkipException if the cluster is already Deleted / Not Found #59854
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
Closed
chirodip98
wants to merge
30
commits into
apache:main
from
chirodip98:fix/delete-cluster-dataproc-bug
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
de18729
fix: Handling scenarios when cluster is non-existent for DataprocDele…
chirodip98 21893f9
fix: variable renaming fof operation
chirodip98 f572beb
fix: added type
chirodip98 39d577d
fix:mypy errors fixed for airflow.utils.timezone
chirodip98 078dd9e
fix: Handling scenarios when cluster is non-existent for DataprocDele…
chirodip98 a1c938c
fix: variable renaming fof operation
chirodip98 f2a4981
fix: added type
chirodip98 2f24ab0
fix:mypy errors fixed for airflow.utils.timezone
chirodip98 0426aaf
Merge branch 'main' into fix/delete-cluster-dataproc-bug
chirodip98 a36c53e
fix: failing test cases addressed
chirodip98 b9258b6
Merge branch 'fix/delete-cluster-dataproc-bug' of https://github.com/…
chirodip98 e71f067
fix: failing test cases addressed
chirodip98 99d1a2c
fix: Handling scenarios when cluster is non-existent for DataprocDele…
chirodip98 8f62631
fix: variable renaming fof operation
chirodip98 f9f3dee
fix: added type
chirodip98 fe66a26
fix:mypy errors fixed for airflow.utils.timezone
chirodip98 90b5eff
fix: failing test cases addressed
chirodip98 a3a41e3
Remove unused assignment dag_version_id from expand_mapped_task (#59834)
gopidesupavan eb0efaf
Exclude FastAPI 0.128.0 (#59856)
jscheffl 72bebea
DagBag: use `Path.relative_to` for consistent cross-platform behavior…
Dev-iL a80d18d
Remove top-level SDK reference in Core (#59817)
uranusjr 678781a
fix: Handling scenarios when cluster is non-existent for DataprocDele…
chirodip98 7a883c0
fix: variable renaming fof operation
chirodip98 e156b53
fix: added type
chirodip98 a1db2d3
Sqlalchemy 2.0 changes for test_scheduler_job.py (#59823)
kunaljubce 8cf2c36
fix: failing test cases addressed
chirodip98 e5e7d49
chore: conflicts resolved
chirodip98 a51e6e1
Merge branch 'main' of https://github.com/chirodip98/airflow-contrib …
chirodip98 cb24dc9
Merge branch 'main' into fix/delete-cluster-dataproc-bug
chirodip98 84552bb
Merge branch 'main' into fix/delete-cluster-dataproc-bug
chirodip98 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes