- Create ETL job in AWS Glue, - Read CSV file, Apply transformation, Create 2 file CSV format and Parquet format and stored in S3 bucket
- Schedule AWS glue to run everyday at 6 pm
- Parquet output file should be created in the S3 output bucket -> under dynamic Folder name (mm-dd-yyyy) ,
- CSV file should be under static folder , and file name should be unique i.e. current date time as suffix
- Create Crawler to catalog this file under Glue database
- Query data using Athena
pls anyone in this group help me with this task