Questions tagged with Amazon Athena
Content language: English
Sort by most recent
Using Glue Crawler created Catalog Table for a DynamoDB data source, and that was successful. I could see the column names correctly in the schema section of Catalog Table.
With Athena trying to run a...
Im receiving this error after crawling my table , but there is not more about the error , How can one get more details about the issue.
Im crawling parquet files in s3
This query ran against the...
Get data from S3 bucket through Athena using GraphQL API without using AWS AppSync!
I have a react application in which i have to load the S3 file in a table, I am planning to use Athena to query the...
I want to setup alerts to be sent out to relevant people when there is a drop in accuracy performance on any given day. How can I do it without requiring the people in question to do anything on their...
Hello,
I am running into issue using the Athena JDBC driver AthenaJDBC42-2.0.36.1000.jar from a Spring Boot Application when using Spring Data and Hibernate with an `@Repository` to fetch data from my...
I have over 100 saved queries. Recently, only half of them show up when I log into Athena. Randomly, all of my queries will show up again but later disappear. I cannot find the missing queries even if...
I have 2 tables that are a "SELECT * FROM..." statement from their correspondant views. I update them by manually deleting the table and then creating it again using the CREATE TABLE statement.
Is...
I created a table in the Glue Catalog via a Glue job. The job is very simple: it reads data from a crawled MySQL table and writes it to GZIP parquet files. When I try to use the new table in another...
We need to create an alert to track accuracy of our predictions and need to alert if the accuracy drops below a certain threshold. I see that QS supports alert on only specific types of visuals. I...
`SYNTAX_ERROR: line 2:6: Schema ardl_common_prodna does not exist`
This query ran against the "" database, unless qualified by the query. Please post the error message on our forum or contact...
Running any query in Athena on a particular table "sometable" fails after ~15 seconds eg:
```
SELECT * FROM "somedatabase"."sometable" limit 10;
```
And returns this error message...
Hi Folks, can i query from UI(s3, athena) the Byte Range Fetch for an object in a bucket, how?, thanks