export of the glue jobs

0

i have glue jobs and i want to export all the jobs programmatically . I don't know where to start. Please advice

CYN
demandé il y a un mois121 vues
1 réponse
0

To export jobs you need to do two things:

  1. List the Glue Jobs - which you would do with the ListJobs Glue API call.
  2. Iterate through the jobs that you received in the ListJobs call, with the GetJob API Call, which will retrieve the job definition for each job.

AWS provide several SDKs in various languages that you can you can use to do this from your favorite language - you could even do this with the AWS CLI.

AWS
EXPERT
répondu il y a un mois
profile picture
EXPERT
vérifié il y a un mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions