Re: [I] Reading Latest Metadata Json File of Iceberg Table [iceberg-python]

2025-02-06 Thread via GitHub
Fokko closed issue #1585: Reading Latest Metadata Json File of Iceberg Table URL: https://github.com/apache/iceberg-python/issues/1585 -- 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 com

Re: [I] Reading Latest Metadata Json File of Iceberg Table [iceberg-python]

2025-02-06 Thread via GitHub
Fokko commented on issue #1585: URL: https://github.com/apache/iceberg-python/issues/1585#issuecomment-2640727316 @heman026 Thanks for raising this issue. The easiest way to do this is just to call `py_table.metadata_location`: https://github.com/user-attachments/assets/4ee6fbd8-4ba3

Re: [I] Reading Latest Metadata Json File of Iceberg Table [iceberg-python]

2025-01-28 Thread via GitHub
kevinjqliu commented on issue #1585: URL: https://github.com/apache/iceberg-python/issues/1585#issuecomment-2619384427 I believe the catalog keeps track of the metadata_log and populates it. I'd check with Nessie to see if that is supported. -- This is an automated message from the Apac

[I] Reading Latest Metadata Json File of Iceberg Table [iceberg-python]

2025-01-28 Thread via GitHub
heman026 opened a new issue, #1585: URL: https://github.com/apache/iceberg-python/issues/1585 ### Question Hi, I need to read the latest metadata Json file of Iceberg table. I am using Rest Catalog for Nessie with Minio Storage. I used the following code, but the Metadata_log is