-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Add support for deferrable operators in AMPP #30032
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
Merged
potiuk
merged 25 commits into
apache:main
from
aws-mwaa:syedahsn/deferrable-redshift-create-cluster
Apr 24, 2023
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
31b1767
Change base_aws.py to support async_conn
syedahsn 197d7d1
Fix failing test
syedahsn 647b414
Fix static check failures
syedahsn 50035cf
Skip system tests if aiobotocore is not added.
syedahsn ec21cf1
Remove debug statement, fix static checks
syedahsn 05d2261
Put import of aiobotocore into function so it only imports when it is…
syedahsn c73f7b6
Remove importorskip from system tests and base_aws
syedahsn 03d6cbc
mock isinstance call to allow tests to pass
syedahsn 579e591
Add mocking to isinstance where it is needed
syedahsn 53d99fd
Mock with context to work with python 3.7
syedahsn 441a6c7
add importorskip to base_aws.py
syedahsn e645dc6
Merge branch 'main' into syedahsn/deferrable-redshift-create-cluster
syedahsn 49f376a
Add note about async connections in base_aws. Remove typo in system test
syedahsn c292de3
Remove cached_property on async_conn to prevent awaiting a coro twice
syedahsn d4caf91
Merge branch 'main' into syedahsn/deferrable-redshift-create-cluster
syedahsn d65372d
Merge branch 'main' into syedahsn/deferrable-redshift-create-cluster
syedahsn 8e83f4c
Update doc string
syedahsn 93dbf17
Make async_conn a property
syedahsn 02c82b9
Merge branch 'main' into syedahsn/deferrable-redshift-create-cluster
syedahsn a96d2ee
Merge branch 'main' into syedahsn/deferrable-redshift-create-cluster
syedahsn 6ecef57
Merge branch 'main' into syedahsn/deferrable-redshift-create-cluster
vandonr-amz bc2f87e
Fixed formatting in trigger README.md.
syedahsn f8bb4a4
Fix static checks
syedahsn 3c98304
Merge branch 'main' into syedahsn/deferrable-redshift-create-cluster
syedahsn 98cdfc3
Merge branch 'main' into syedahsn/deferrable-redshift-create-cluster
syedahsn 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
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.
Uh oh!
There was an error while loading. Please reload this page.