I need to use a newer boto3 package for an AWS Glue Python3 shell job (Glue Version: 1.0).
The default version is very old and hence all the API's does not work
For eg pause_cluster() and resume_cluster() does not work in AWS Glue Python Shell due to this older version
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html
/>
Similarly for many other product features.
Additionally, we don't have to Glue internet access by security and hence need a solution based on s3 storage libraries
Which is the best way to upgrade the Python Shell as it seems the lightest weight part of our architecture
Basically, we are using python glue shell as our core workflow engine to asynchronously deisgn our pipeline through boto3 apis
AWS Glue Python Shell Upgrade Boto3 Library without Internet Access
Programing Coderfunda
October 09, 2023
No comments
Related Posts:
My react-native project brakes after installing react-native-image-picker but it works fine if i uninstall itMy React Native project brakes after installing react-native-image-picker but it works fine if I uninstall it. It brakes with this error message. im… Read More
The token request was rejected by the remote servererror:invalid_granterror_description:The token request was rejected by the remote server.error_uri:https://documentation.openiddict.com/errors/ID2147 … Read More
The instance of entity type '' cannot be tracked because another instance with the same key value for {'Id'} is already being trackedHi I am using Abp Framework with .net 7 and I have this service that has one to many relationship in the dto of the entity i have list and when I send… Read More
Laravel transactions: Why and how to use them with real-life use caseshttps://kodekrush.com/laravel-transactions-why-and-how-to-use-them-with-real-life-use-cases/ submitted by /u/DumitruCaldare [link] [comments]… Read More
Search for Jobs on LaraJobs from RaycastSearch LaraJobs is a Raycast extension for searching open positions instantly and navigating to the job listing from your command launcher. The pos… Read More
0 comments:
Post a Comment
Thanks