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?
asked 2 months ago161 views
1 Answers
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
answered 2 months ago
Relevant questions
Passing parameters to the Glue Workflow using Python
Accepted Answerasked 15 days agoHow to use external libraries in AWS Glue Python Shell
asked 5 months agoAWS Glue - Read a 'local' file in Python
asked 12 days agoglue version 3.0 for python shell
asked a month agoUpdate boto3 version
asked 2 years agoGlue PyShell Python Version
Accepted Answerasked 3 months agoUsing External Python Packages on AWS Glue.
asked 6 months agoCan't install pyarrow on AWS Glue python shell
asked 2 years agoAWS Glue python shell job is supporting only python 3.6, but boto3 is now stopping its support to python 3.6
asked 2 months agoHow to retrieve job run id from the script itself in python shell glue job
asked 2 months ago
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