I have folder structure as following in S3
- Data
- table1/output/table1.csv
- table2/output/table2.csv
- table3/output/table3.csv
My ideal goal is to have a Glue Crawler to have 3 respective tables created. Instead what is created is 1 table called data with partitions table1, table2, table3 and output. I have messed around with various combinations in the configuration page but still no luck. Any recommendations?