sungwy commented on issue #1094: URL: https://github.com/apache/iceberg-python/issues/1094#issuecomment-2307985053
Hi @carcmarc , thank you for raising this issue! I believe we already have this feature implemented through its inspect tables. Given that you have access to a table `table` in your PyIceberg application, you can invoke `table.inspect.partitions()` to retrieve all of the partition values that the table has. Could you let us know if that satisfies your use case? Here's our API documentation about this feature https://py.iceberg.apache.org/api/#partitions -- 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 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