-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Remove deprecated modules from Amazon provider package #25609
Conversation
Yep. Waiting for the tests to complete :) |
stilll a number of tests failing :( @vincbeck |
Selected tests not relevant anymore and could be removed test_get_client_type_returns_a_boto3_client_of_the_requested_type airflow/tests/providers/amazon/aws/hooks/test_base_aws.py Lines 223 to 232 in 72a6ac5
test_get_client_type_overwrite airflow/tests/providers/amazon/aws/hooks/test_base_aws.py Lines 245 to 253 in 72a6ac5
test_get_client_type_deprecation_warning airflow/tests/providers/amazon/aws/hooks/test_base_aws.py Lines 255 to 262 in 72a6ac5
test_get_resource_type_returns_a_boto3_resource_of_the_requested_type airflow/tests/providers/amazon/aws/hooks/test_base_aws.py Lines 264 to 282 in 72a6ac5
test_get_resource_type_overwrite airflow/tests/providers/amazon/aws/hooks/test_base_aws.py Lines 304 to 322 in 72a6ac5
test_get_resource_deprecation_warning airflow/tests/providers/amazon/aws/hooks/test_base_aws.py Lines 324 to 331 in 72a6ac5
test_refreshable_credentials uses removed attribute Quick hotfix:
|
Awesome! Thank you so much @Taragolis |
CI is not happy :( |
I prepared the #25618 - but I can still include that one if we fix the issues |
🤞 @vincbeck - I think this is the last one I want to include in this wave of providers :) (I will make one more pass to see) |
Some tests were canceled. Any idea @potiuk ? |
Just one - likely an intermittent error. Re-run it @vincbeck |
YAY! |
🎉 🎉 🎉 🎉 🎉 |
Follow up of #25543. @potiuk