XN137 commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2378950088

   `RestCatalog` class seems to live in `pyiceberg.catalog.rest`:
   
https://github.com/apache/iceberg-python/blob/c30e43adf94a82ec1a225d3a1bf69fface592cfd/pyiceberg/catalog/rest.py#L248
   
   however according to https://py.iceberg.apache.org/api/
   one is now supposed to use something like:
   ```
   from pyiceberg.catalog import load_catalog
   
   catalog = load_catalog("rest", <optional_config_dict>)
   ```


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