I'm unable to get the CSV file data from the s3 bucket into AWS Athena.
I'm getting a schema for the file, not the data
Error message as no records returned.
I'm unable to get the CSV file data from the s3 bucket into AWS Athena.
I'm getting a schema for the file, not the data
Error message as no records returned.
Amazon Athena directly reads data from Amazon S3.
You must first use CREATE TABLE
to define the format and location of the data. You can then query against the table.