0

I am preparing data from on AWS Athena using s3 bucket. .My data on S3 keeps on updating everyday , so I would need the AWS Athena to get updated.so that my visuals also get updated.

1 Answers1

1

Athena does not store any data. Its a adhoc query engine. So athena query will return latest data from S3 as data gets updated. Just make sure, if there are multiple files coming in S3 for same table, your Athena table points to the whole folder.

Tanveer Uddin
  • 1,520
  • 9
  • 15