question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

(glue): Add support for Glue Job Python shell 3.9

See original GitHub issue

Describe the feature

Support Glue Job Python shell 3.9, which was released recently. (AWS blog)

Currently according to the doc, it seems CFn does not yet support Python shell with Python 3.9 though. We should wait for the doc to be updated.

Use Case

Python 3.6 is currently available for Python shell but 3.6 itself has already reached EOL. We need Python 3.9 support.

Proposed Solution

After CFn will support it, update glue.Job construct.

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.37.1

Environment details (OS name and version, etc.)

n/a

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
peterwoodworthcommented, Aug 18, 2022

@tmokmss the updating of documentation can be a pretty slow process (and can be forgotten about), if the functionality works then we can go ahead and implement it for CDK. Thanks for letting us know @meve

0reactions
github-actions[bot]commented, Aug 29, 2022

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python shell jobs in AWS Glue
Define the job properties for Python shell jobs in AWS Glue, and create files that contain your own Python libraries.
Read more >
AWS Glue python shell job is supporting only python 3.6, but ...
Hello,. we recently added support for python 3.9 in Glue Python Shell scripts. With this release we also added more libraries out of...
Read more >
aws_glue_job | Resources | hashicorp/aws - Terraform Registry
max_capacity – (Optional) The maximum number of AWS Glue data processing units (DPUs) that can be allocated when this job runs. Required when...
Read more >
Python Shell - AWS Lake Formation Workshop
You can also use a Python shell job to run Python scripts as a shell in AWS Glue. With a Python shell job,...
Read more >
How To Use External Python Libraries In AWS Glue
So, How to use external Python libraries in AWS Glue? To use external libraries in your Glue Jobs, add the parameter name --additional-python-modules...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found