Using pyathena and SQLalchemy, I connect to AWS Athena. If I use keys of AWS admin, all is working fine, can query data. If I use keys of an aws user that have AmazonAthenaFullAccess and AWSQuicksightAthenaAccess permissions, I get access deny. I have permission to the output S3, and Athena access a public data set S3 bucket. What permissions am I missing?
Thanks
pyathena
generally. Are you able to testboto3
as an alternative topyathena
and see whether you get the same errors? Here is the relevant documentation: medium.com/@devopsglobaleli/introduction-17b4d0c592b6 – olisteadman