I have a delta table in s3 and for the same table, I have defined an external table in Athena. After creating the Athena table and generating manifests, I am loading the partitions using MSCK REPAIR TABLE
. All the partition columns are in snake_case. But still, I am getting
Partitions not in metastore.
Any idea what am I missing here?