While running MSCK repair tablename command, athena query editor returns an error tables not in metastore.
But table exists and I can query on that table.
I have data kept in S3 in form of parquet files, partitioned with
hash as partition key (partitions look like hash=0, hash=100 and so on), and I am running glue crawler to create a table in Athena.
I know partitions not in metastore is common issues and there are solutions to fix it. But I am not able to find the solution for tables not in metastore
Has anyone solved similar issue, or have an idea what could be wrong?