AWS AmazonS3 documentation change
Summary
Added note about uppercase letters causing Athena query errors
Security assessment
Clarifies error message causes related to naming conventions, no security implications identified.
Diff
diff --git a/AmazonS3/latest/userguide/s3-tables-integrating-athena.md b/AmazonS3/latest/userguide/s3-tables-integrating-athena.md index 5a3a623ed..a5c5f0d4b 100644 --- a/AmazonS3/latest/userguide/s3-tables-integrating-athena.md +++ b/AmazonS3/latest/userguide/s3-tables-integrating-athena.md @@ -46,0 +47,2 @@ If you don't see these values in the **Catalog** and **Database** fields, make s + * If you receive the following error message when running a `SELECT` query in Athena, this message is caused by having capital letters in your table name or your column names in your table definition: **`"GENERIC_INTERNAL_ERROR: Get table request failed: com.amazonaws.services.glue.model.ValidationException: Unsupported Federation Resource - Invalid table or column names."`** Make sure that your table and column names are all lowercase. +