We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb6802 commit 28be346Copy full SHA for 28be346
scripts/glue/job.py
@@ -19,7 +19,7 @@
19
20
##Verify Versions of Imported Libraries
21
print("Boto3 Version : ",boto3.__version__)
22
-print("GLue Utils Version : " ,glueutils.__version__)
+print("Glue Utils Version : " ,glueutils.__version__)
23
24
s3_input_path = 's3://' + args['S3_BUCKET'] + '/data/'
25
s3_output_path = 's3://' + args['S3_BUCKET'] + '/dataoutput/'
0 commit comments