AWS Glue python shell job is supporting only python 3.6, but boto3 is now stopping its support to python 3.6

0

As per this aws doc, boto3 is stopping its support for python 3.6 from May 30, 2022. But in AWS Glue jobs - python shell, glue is supporting only python version 3.6 and its not even allowing us to update the python version. How should I handle my glue jobs now?

질문됨 2년 전1096회 조회
3개 답변
0

AWS Glue version 2.0 and above support python version 3.7. https://docs.aws.amazon.com/glue/latest/dg/release-notes.html

To use python version above 3.6, consider migrating your Glue job to version 2.0 or 3.0. https://docs.aws.amazon.com/glue/latest/dg/migrating-version-30.html

답변함 2년 전
  • Thanks for the response. But that doc is talking about spark jobs whereas my glue jobs are python shell. And for python shell glue version is 1.0 only, it doesn’t support 2.0

0

Hello,

we recently added support for python 3.9 in Glue Python Shell scripts. With this release we also added more libraries out of the box and simplified how you can install additional libraries.

For more details please refer to this blog post.

hope this helps

AWS
전문가
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠