AnatolyPopov opened a new issue, #11921: URL: https://github.com/apache/iceberg/issues/11921
### Query engine _No response_ ### Question I was trying to set up Kafka connector against AWS Glue with rest catalog type and with S3FIleIO. What I faced with is that I did not managed to configure the location for tables in Glue with `iceberg.tables.auto-create-enabled` being enabled. The only way that worked for me to connect to Glue is by specifying my AWS account id as `warehouse` in config and in the end as far as I understand the connector is not able to figure out what should be the location for table it is trying to create. I'm getting `Malformed request: Cannot parse missing string: location` as a response from AWS API since REST catalog is not providing the location because it is not specified here https://github.com/apache/iceberg/blob/f0149a5860efe3f78d7cb07b81b4e1910b438020/api/src/main/java/org/apache/iceberg/catalog/Catalog.java#L93 Is there any known workaround to make this working? Or am I doing something wrong? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org