how to backup glue jobs on bitbucket repository

0

Hello, as the title of the topic, I am writing this post to ask you help in order** to create a backup system of all the Glue jobs**, written in python, on a bitbucket repository.

In detail, I would like that, when a Glue jobs is updated , it is automatically uploaded on the bitbucket repository.

Resuming:

1) is it possible to export the Glue jobs?

**2) **if so, is it possible to find an automatic way?

Thank you in advance!

1개 답변
1

Since Glue job scripts are stored in an S3 bucket in your account, you may consider creating a similar CodePipeline-Glue workflow as suggested here - https://aws.amazon.com/blogs/devops/provision-codepipeline-glue-workflows/ which will help you to automate triggering and running Glue jobs. Then push the job code from S3 to bitbucket by establishing CodePipeline to bitbucket connection - https://docs.aws.amazon.com/codepipeline/latest/userguide/connections-bitbucket.html

AWS
답변함 2년 전
AWS
전문가
검토됨 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠