By using AWS re:Post, you agree to the AWS re:Post Terms of Use

All Content tagged with Amazon Athena

Start querying data instantly. Get results in seconds. Pay only for the queries you run.

Content language: English

Select up to 5 tags to filter
Sort by most recent
1157 results
I am trying to create a View with the column Average Day(s) Between Orders for each name_detail but I'm continously get following error: ![Athena Query Error](/media/postImages/original/IMb0l5t9SaS4ei...
2
answers
0
votes
118
views
asked 2 months ago
In Athena, when using the `unload` command to output text files to an s3 location such as: ` UNLOAD (SELECT * FROM some_view) TO 's3://results_folder/some_run/' WITH ( format = 'te...
1
answers
0
votes
66
views
asked 2 months ago
1. I am trying to create data catalog table in AWS glue which has different cols and their datatypes (varchar,date,timestamp). and the respective values are stored in CSV format in S3. But while query...
1
answers
0
votes
73
views
asked 2 months ago
I need to get information like file name, file size, file type from hierarchical S3 folder structure which is organized like business/sub_business/date/files_with_name_of_originator . I need to get th...
1
answers
0
votes
64
views
asked 2 months ago
Hello, I’m seeking guidance and suggestions on cost-effective methods for scanning a couple of DynamoDB tables, each with sizes of up to 3 TB and 5 TB. Our goal is to join these tables based on cert...
2
answers
0
votes
98
views
asked 2 months ago
I created a table for query AWS SES event logs on Athena and turn on partition projection for date. ``` TBLPROPERTIES ( 'projection.enabled'='true', 'projection.date.type'='date', 'projection.date...
1
answers
0
votes
105
views
asked 2 months ago
Hello Team, Background: Recently I was working for AWS billing automation for our organization account. 1. Initially, I tried Cost explorer API method - No AWS Data Transfer cost in the service ch...
2
answers
0
votes
85
views
asked 2 months ago
Hi folks, I have a partitioned table in Athena that uses dynamic partition projection, enabled with the following table properties: ``` projection.account.type injected projection.region.type inje...
1
answers
0
votes
205
views
asked 2 months ago
I have created a dynamodb table that stores some data, then created a glue crawler that crawls to store the metadata of this table so I can query it using Athena. I am seeing the dynamodb table got cr...
2
answers
0
votes
445
views
asked 2 months ago
I'm using AWS Athena and I'm trying to see the action plan and I get INVALID_PARAMETER_USAGE: line 1:1:Incorrect number of parameters: expected 2 but found 0 error.
1
answers
0
votes
82
views
asked 2 months ago
Does Athena have a way to enforce/validate that every query includes at least one WHERE clause that filters on a partitioned column? I'm looking for a way to prevent query authors from accidentally sc...
Accepted AnswerAmazon Athena
1
answers
0
votes
79
views
asked 2 months ago
The CloudFormation stack Data-lake-foundation-DataLakeFoundationStack-IS67G4LRJQIU-ElasticsearchStack-YY9NNQARTKAR failed to create the resource [CopyLambdaDeployment] due to an error in the CloudWatc...
1
answers
0
votes
62
views
asked 2 months ago