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: 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

Reply via email to