-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Fix missing region_name arguments in AWS provider #19789
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
Conversation
|
Needs also a fix to the static tests of PostgresHook https://github.com/apache/airflow/runs/4303759942?check_suite_focus=true#step:10:163 |
|
Thanks, fixed. |
|
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. |
|
I guess then tests also have to be reverted since those are expecting region_name to be passed now? |
|
No, the tests were only failing because they checked for |
|
Hmm, what are these |
So calling |
Mmm woot :/ I think we should revert #19725 first as it breaks main branch (static checks) and figure it out after... |
|
https://github.com/apache/airflow/pull/19725/files#diff-3bd25af5c6450acdcccdd9e5da7372ea6c243b716ab1ce0436f39b4c07b8f5de |
|
Giving this one last shot. If it does not work, revert is available in #19791. |
|
We’re do this again from scratch. |
|
New PR in #19815 |
I mishandled #19725.
cc @dimon222 @eladkal