I have a S3 folder with parquet data that I want to access from Athena tables. The folder structure is:
s3://my-bucket/my-table/dt=2023-04-19/my-files-XXX.parquet
The problem is that the crawler understands dt
as a string and I want it to be detected as a date
.
How can I specify the type of the partitions to the Crawler?