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
asked a month ago107 views
1 Answer
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
answered a month ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions