Hi all, >From time to time, users ask me about the status of their Iceberg tables by sending me a *path*, which they've received in a file system alert email. Usually I look for the corresponding *table name *and query metadata tables through Spark SQL. However, it's not easy to find the table name since it's not saved in the table metadata[1].
Do you think it's valuable to optionally add the table name in the table metadata? 1. https://iceberg.apache.org/spec/#table-metadata <https://iceberg.apache.org/spec/#table-metadata> Thanks, Manu