Closed ashpad closed 3 years ago
seems like we can help resolve this issue, at-least partially by enhancing the timestream connector to have something similar to what our other case sensitive connectors use: https://github.com/awslabs/aws-athena-query-federation/blob/master/athena-cloudwatch/src/main/java/com/amazonaws/athena/connectors/cloudwatch/CloudwatchTableResolver.java
I'm closing this issue due to lack of activity, please reopen if you have further questions
I have a question that I don't think is related to a bug or feature request.
Per My understanding on discussions with Anthony for timestream glue integration :
This needs to be done in case of Timestream db/tables having mixed case names
We need to create a glue Catalog DB and Table name exactly as the same name as the Timestream DB table ?
It says Glue View--> are you using terminology of GLue table and athena view interchangably?
3.Are you able to share a sample create table script ? with all parameters ? (Screenshot is good but its hard to understad how you arrived at it)