-
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
[AIRFLOW-4113] Unpin boto3 #4935
Conversation
Nothing is ever straight forward :( |
same error here
environment:
|
I resolved this issue by updating the version of Reference: getmoto/moto#1924 |
@bryanyang0528 @Fokko Any progress on using new version of boto3 ? It is now 1.9.xxx and we are missing some api changes, like sagemaker section. Currently I can only create a notebook instance with 5 GB of EBS disk, because this parameter is not available on your boto3 version, so 5gb disk size is kind of useless for our use-case, which means I can't use airflow for this purpose but we use airflow for everything scheduled in the company. |
Anyone thinking about this pr? Looks like big win if it is merged. |
I'm still working on this, but have very little time right now. Feel free to take it over if you're comfortable with boto. |
@halilduygulu Want to take over? Or @Fokko if you have time? Ash is planning to release 1.10.4 RC1 today. If we can get this within a day or two we can include it in RC2 (if we had to do an RC2, or else it would go in Airflow 2.0) |
I do not have enough information about project to take it over. |
@Fokko please can we get this done. Lots of people relying on boto and airflow. We now have to manually patch outdated things to continue to operate. |
@jamesacampbell You are welcome to take over this work and make a PR that passes tests. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Created a separate PR: #6884 |
Make sure you have checked all steps below.
Right now we're pinning boto on <1.8 because of an underlying issue in moto. This issue has been solved, and therefore it would be nice to update again to a more recent version of boto.
#3810
Jira
Description
Tests
Commits
Documentation
Code Quality
flake8