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
posta 3 mesi fa193 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 3 mesi fa
  • 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!

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