Amazon Connect CTR + Table Schema+ Athena
As a developer experience, it has been noticed that the CTR has additional new columns after feature addition in Amazon Connect. One of the columns has an incorrect syntax type, causing an error at the Athena level.
Below is the error:
As a temporary resolution step, we can ignore the changes made in this CTR. For that, we have two options:
-
Use the old table schema (Which was working fine) and Create a crawler which has the advanced settings as -“Do not update the table schema”.
-
if you are creating a new crawler, then create a table with an existing predefined table schema.
These two are the temporary solutions for making the Quicksight dashboard Live again. So, technically it is ignoring the new change and resuming the same schema to update the table.
Article Disclaimer: Any code shared in Community articles is to be considered a sample and is not endorsed by AWS.