Is there a way to specify a newer version of botocore and boto3 for pyspark glue jobs. I am unable to use certain API methods from the glue client …
aws-boto3-glue
(Even in the aws-glue-lib repository https://github.com/awslabs/aws-glue-libs). In my case I needed table names in Glue Job Script console. Finally I used boto .... import boto3 client = boto3.client('glue') response = client.create_crawler( Name='SalesCSVCrawler', Role='AWSGlueServiceRoleDefault', .... Open the AWS Console; Under Services go to AWS Glue; Or follow this link ... boto3 import pickle import io from io import StringIO import awswrangler df_r ... 3925e8d270
boto glue, aws glue boto version
Comentários