Skip to content

Commit 4d4f6e8

Browse files
author
AWS
committed
AWS Glue Update: Add support for Python 3.9 AWS Glue Python Shell jobs
1 parent 80b5266 commit 4d4f6e8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Glue",
4+
"contributor": "",
5+
"description": "Add support for Python 3.9 AWS Glue Python Shell jobs"
6+
}

services/glue/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13786,7 +13786,7 @@
1378613786
"PythonScript":{"type":"string"},
1378713787
"PythonVersionString":{
1378813788
"type":"string",
13789-
"pattern":"^[2-3]$"
13789+
"pattern":"^([2-3]|3[.]9)$"
1379013790
},
1379113791
"QuerySchemaVersionMetadataInput":{
1379213792
"type":"structure",

0 commit comments

Comments
 (0)