kevinjqliu commented on issue #1746: URL: https://github.com/apache/iceberg-python/issues/1746#issuecomment-2692326733
I dont think we have support for reading directly from a branch name yet. On the read side, you can specify a specific `snapshot_id`, https://github.com/apache/iceberg-python/blob/f186d5876b96d8ba56b0ed59cf40d8bc2ced13e9/pyiceberg/table/__init__.py#L925 I think if you find the specific `snapshot_id` for the branch, you can use the scan API to read. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
