cee-shubham commented on issue #19:
URL: https://github.com/apache/iceberg-python/issues/19#issuecomment-2378847628

    generally speaking you use the REST catalog these docs may help: 
https://py.iceberg.apache.org/configuration/#rest-catalog 
    
    i have already tried it but it did not  work as expected showing error as:
    ---------------------------------------------------------------------------
   ImportError                               Traceback (most recent call last)
   Cell In[4], [line 3](vscode-notebook-cell:?execution_count=4&line=3)
         [1](vscode-notebook-cell:?execution_count=4&line=1) #!pip install 
pyiceberg
   ----> [3](vscode-notebook-cell:?execution_count=4&line=3) from 
pyiceberg.catalog import RestCatalog
         [4](vscode-notebook-cell:?execution_count=4&line=4) from 
pyiceberg.schema import Schema
         [5](vscode-notebook-cell:?execution_count=4&line=5) from 
pyiceberg.types import StringType, LongType, NestedField
   
   ImportError: cannot import name 'RestCatalog' from 'pyiceberg.catalog' 
(/home/docker/.local/lib/python3.10/site-packages/pyiceberg/catalog/__init__.py)
   
   


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