AWS Athena
Source and destination
- 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:GetNamedQueryathena:GetDataCatalogathena:GetPreparedStatementathena:GetQueryExecutionathena:GetQueryResultsathena:GetQueryResultsStreamathena:GetTableMetadataathena:GetWorkGroupathena:ListTableMetadataathena:ListDataCatalogsathena:ListDatabasesathena:StartQueryExecutionathena:StopQueryExecutionglue:GetTablesglue:GetTableglue:CancelStatementglue:GetDatabaseglue:GetDatabasesglue:SearchTables
If you would like to write to Athena, make sure to add these two permissions as well:
glue:CreateTableglue:UpdateTable
Updated 18 days ago