As per this AWS Forum Thread, does anyone know how to use AWS Glue to create an AWS Athena table whose partitions contain different schemas (in this case different subsets o
It also fixed my issue! If somebody need to provision This Configuration Crawler with Terraform so here is how I did it:
resource "aws_glue_crawler" "crawler-s3-rawdata" { database_name = "my_glue_database" name = "my_crawler" role = "my_iam_role.arn" configuration = <