AWS Athena
Source
- In Polytomic, go to Connections → Add Connection → AWS Athena.
- Enter the following information:
- AWS Access ID
- AWS Secret Access Key
- AWS region (e.g.
us-west-1
) - AWS S3 output bucket
- Click Save.
IAM Permissions
Polytomic uses the following IAM Actions when introspecting Athena. Most users will grant these to the catalogs, databases, and tables they wish to use with Polytomic.
athena:GetNamedQuery
athena:GetDataCatalog
athena:GetPreparedStatement
athena:GetQueryExecution
athena:GetQueryResults
athena:GetQueryResultsStream
athena:GetTableMetadata
athena:GetWorkGroup
athena:ListTableMetadata
athena:ListDataCatalogs
athena:ListDatabases
athena:StartQueryExecution
athena:StopQueryExecution
glue:GetTables
glue:GetTable
glue:CancelStatement
glue:GetDatabase
glue:GetDatabases
glue:SearchTables
Updated over 2 years ago