Table not found when using Athena with Amazon QuickSight
You can receive a "table not found
" error if the tables in an analysis are
missing from the Athena data source.
In the Athena console (https://console.aws.amazon.com/athena/
If this error happened when you were editing a custom SQL query in preview, verify that the name of the table in the query, and check for any other syntax errors. Amazon QuickSight can't infer the schema from the query. The schema must be specified in the query.
For example, the following statement works.
select from my_schema.my_table
The following statement fails because it's missing the schema.
select from my_table
If you still have the issue, verify that your tables, columns, and queries comply with Athena requirements. For more information, see Names for Tables, Databases, and Columns and Troubleshooting in the Athena User Guide.