Hi all, I wonder how you like the idea of having a MetadataLocationProvider (similar to LocationProvider for data files)? This is the ticket https://github.com/apache/iceberg/issues/4583
Our use case is about storing users' Iceberg table metadata in a pre-designated location. We know that there is a "write.metadata.location" config that we can use. However, this option is not ideal because we (the platform team) want to automatically configure this so that users don't need to worry about that. The metadata location would be something similar as s3://iceberg-metadata-bucket/db/tbl for each dataset. Appreciate your thoughts, thanks! Best, Pucheng