Top "Amazon-athena" questions

Amazon Athena is a service for running SQL queries against data stored on Amazon S3.

AWS Athena SQL Query Error with timestamp

I have a table in AWS Athena having column named 'servertime' with the data type of timestamp. I run a …

sql timestamp amazon-athena presto
Time diff in Amazon Athena / Presto (seconds and minutes )

I have a list of creation time stamps and ending time stamps , i would like to get the amount of …

presto amazon-athena
Can AWS Athena update or insert data stored in S3?

The document just says that it is a query service but not explicitly states that it can or cannot perform …

amazon-web-services amazon-athena
converting to timestamp with time zone failed on Athena

I'm trying to create to following view: CREATE OR REPLACE VIEW view_events AS ( SELECT "rank"() OVER (PARTITION BY "tb1"."…

sql date hive amazon-athena timestamp-with-timezone
running aws athena query via pyathena

This query works fine in Athena's front-end: SELECT * FROM analysisdata."iris" limit 10; I am using this Python code to run …

python amazon-web-services amazon-athena pyathena
How to get input file name as column in AWS Athena external tables

I have external tables created in AWS Athena to query S3 data, however, the location path has 1000+ files. So I …

sql amazon-web-services amazon-s3 presto amazon-athena
How to make MSCK REPAIR TABLE execute automatically in AWS Athena

I have a Spark batch job which is executed hourly. Each run generates and stores new data in S3 with …

amazon-web-services amazon-s3 hive amazon-athena amazon-quicksight
How to Convert Many CSV files to Parquet using AWS Glue

I'm using AWS S3, Glue, and Athena with the following setup: S3 --> Glue --> Athena My raw …

amazon-s3 parquet amazon-athena aws-glue
No viable alternative at input 'create external' while creating partition using athena

I have stored partitioned data in s3 in hive format like this. /bucket/date=2017-02-20 /bucket/date=2017-20-25 …

sql amazon-s3 hive amazon-athena
Can I delete data (rows in tables) from Athena?

Is it possible to delete data stored in S3 through an Athena query? I have some rows I have to …

amazon-web-services amazon-athena