-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: handle invalid cluster states in NeptuneStopDbClusterOperator (…
…#38287) * Cache s3 resource to reduce memory usage * Fixed missing rebase changes and error in resource init * catch invalid state exceptions and wait if not terminal status * PR changes * Update airflow/providers/amazon/aws/triggers/neptune.py Co-authored-by: Niko Oliveira <onikolas@amazon.com> * Update airflow/providers/amazon/aws/operators/neptune.py Co-authored-by: Niko Oliveira <onikolas@amazon.com> * PR review changes. Created helper function to deal with waitable ClientErrors * added missing exception code * Update airflow/providers/amazon/aws/operators/neptune.py Co-authored-by: Vincent <97131062+vincbeck@users.noreply.github.com> * fix static checks * Update airflow/providers/amazon/aws/operators/neptune.py Co-authored-by: D. Ferruzzi <ferruzzi@amazon.com> * Update airflow/providers/amazon/aws/operators/neptune.py Co-authored-by: D. Ferruzzi <ferruzzi@amazon.com> * minor PR changes --------- Co-authored-by: Niko Oliveira <onikolas@amazon.com> Co-authored-by: Vincent <97131062+vincbeck@users.noreply.github.com> Co-authored-by: Elad Kalif <45845474+eladkal@users.noreply.github.com> Co-authored-by: D. Ferruzzi <ferruzzi@amazon.com>
- Loading branch information
1 parent
791f3cf
commit a78ee74
Showing
6 changed files
with
484 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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 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 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 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.