Sync Athena Notebooks with Git

0

Is there a way to sync Athena notebooks with Git for version control? (Preferably with bitbucket, otherwise github or some other version control software to mange code.) If so, could you please send any specific details? Also, are Athena Notebooks stored in an S3 bucket? How can we determine specifically where the notebooks are stored? Thanks so much!

kfure
asked 3 months ago172 views
1 Answer
0

Hello.

As far as I know, I don't think there is a way to directly integrate with GitHub.
Since you can export a notebook file, you will need to download the file from there.
https://docs.aws.amazon.com/athena/latest/ug/notebooks-spark-managing.html

The calculation results are saved in S3.
https://docs.aws.amazon.com/athena/latest/ug/notebooks-spark-getting-started.html

profile picture
EXPERT
answered 3 months ago
  • Thanks. Yes, we have been manually exporting each notebook one at a time and manually syncing with a git source. We would like to automate this process. Do you know how we can find the location(s) of the notebooks in our environment? We are hoping to write a script to help automate parts of this git sync process. Thanks!

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