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
feita há um mês121 visualizações
1 Resposta
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
ESPECIALISTA
respondido há um mês
profile picture
ESPECIALISTA
avaliado há um mês

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas