### Feature Request / Improvement In Iceberg Spark there are metadata tables that provide information around the table: https://iceberg.apache.org/docs/latest/spark-queries/ The most important tables are: - [x] *Files* assigned to @Gowthami03B, PR in https://github.com/apache/iceberg-python/pull/614 - [x] *Snapshots* assigned to @Fokko in https://github.com/apache/iceberg-python/pull/524/ - [x] *History* assigned to @ndrluis in https://github.com/apache/iceberg-python/pull/828 - [x] *Metadata log entries* @kevinjqliu (issue in https://github.com/apache/iceberg-python/issues/594): https://github.com/apache/iceberg-python/pull/667 - [x] *Manifests* @geruh: PR in https://github.com/apache/iceberg-python/pull/717 - [x] *Partitions* assigned to @syun64 (issue in https://github.com/apache/iceberg-python/issues/24) - [x] *References* assigned to @geruh in https://github.com/apache/iceberg-python/pull/602 - [x] *Entries* assigned to @Fokko in https://github.com/apache/iceberg-python/pull/551