About 1,820,000 results
Open links in new tab
  1. What is difference between AWS S3 Select and AWS Athena?

    Mar 5, 2018 · 17 You can think about AWS S3 Select as a cost-efficient storage optimization that allows retrieving data that matches the predicate in S3 and glacier aka push down filtering. …

  2. Create AWS Athena view programmatically - Stack Overflow

    May 29, 2019 · Can you create views in Amazon Athena? outlines how to create a view using the User Interface. I'd like to create an AWS Athena View programatically, ideally using Terraform …

  3. AWS Athena (Presto) - multiple WITH statements - Stack Overflow

    Jan 15, 2022 · AWS Athena (Presto) - multiple WITH statements Asked 3 years, 10 months ago Modified 3 years, 10 months ago Viewed 11k times

  4. AWS Athena: how to use LIKE in the query - Stack Overflow

    Mar 25, 2024 · AWS Athena: how to use LIKE in the query Asked 1 year, 8 months ago Modified 1 year, 8 months ago Viewed 2k times

  5. Date_Part on SQL Athena - "Function date_part not registered"

    Dec 19, 2019 · 1 AWS Athena uses Presto so you need to use the Presto date/time functions. (Redshift, on the other hand, seems to be loosely based on PostgreSQL.) To get the latest …

  6. How to Create Dataframe from AWS Athena using Boto3 …

    Aug 26, 2018 · I'm using AWS Athena to query raw data from S3. Since Athena writes the query output into S3 output bucket I used to do: df = pd.read_csv(OutputLocation) But this seems …

  7. String to YYYY-MM-DD date format in Athena - Stack Overflow

    Sep 19, 2018 · String to YYYY-MM-DD date format in Athena Asked 7 years, 1 month ago Modified 3 years, 7 months ago Viewed 39k times

  8. AWS Athena Query to convert complex string column to integer

    Nov 9, 2023 · AWS Athena Query to convert complex string column to integer Asked 2 years, 1 month ago Modified 2 years, 1 month ago Viewed 6k times

  9. AWS Athena - duplicate columns due to partitionning

    Dec 10, 2019 · AWS Athena - duplicate columns due to partitionning Asked 5 years, 11 months ago Modified 2 years, 6 months ago Viewed 16k times

  10. AWS Athena: Querying by an attributes of a struct with an array

    AWS Athena: Querying by an attributes of a struct with an array Asked 5 years, 6 months ago Modified 5 years, 6 months ago Viewed 28k times