You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DPT-2956: Pin awswrangler==3.9.1 and pyarrow==17.0.0 in Glue jobs (#1425)
Latest awswrangler (3.16.1) dropped Python 3.9 support and latest pyarrow
(18+) no longer ships pre-built wheels for Python 3.9, causing pip install
failures in our Glue Python Shell 3.9 jobs.
Pin awswrangler to 3.9.1 (last version well-tested on Glue Python Shell 3.9)
and pyarrow to 17.0.0 (last version with cp39 manylinux wheels).
0 commit comments