How can I save SQL script from AWS Athena view with boto3/python
I have been working with AWS Athena for a while and need to do create a backup and version control of the views. I'm trying to build an automation for the backup to run daily and get all the views.…