-
Notifications
You must be signed in to change notification settings - Fork 16.4k
AWS RDS integration fixes #22125
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
AWS RDS integration fixes #22125
Conversation
|
The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest main or amend the last commit of the PR, and push it with --force-with-lease. |
70dff34 to
291b233
Compare
|
rds tests are failing :( |
|
Yeah will need to wait for amazon release for that one. |
|
My bad. That's my own bug that I've put to Also, since I started implementing this integration |
cc0dd6b to
5aa0c7d
Compare
5aa0c7d to
480ff01
Compare
|
A new |
potiuk
left a comment
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.
Cool. Constraints failed but it basically means we have to refresh them manually in this case I will take care of it.
|
The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease. |
|
Updated constraints manually. Merging. |
AWS RDS integration fixes for:
#20642
#20907
#21231