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
posta un mese fa123 visualizzazioni
1 Risposta
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
ESPERTO
con risposta un mese fa
profile picture
ESPERTO
verificato un mese fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande