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
gefragt vor einem Monat123 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor einem Monat
profile picture
EXPERTE
überprüft vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen