kevinjqliu commented on issue #1165: URL: https://github.com/apache/iceberg-python/issues/1165#issuecomment-2347426186
> My intention is creating Iceberg Tables in OCI Object Storage. Is there any documentation I can check to achieve this? I don't know any OCI related documentation. However, here's one on setting up a catalog and writing to it. https://py.iceberg.apache.org/#connecting-to-a-catalog I suggest getting that working and then replacing the catalog with your own. Since you are using HMS, you should be using the Hive Catalog https://py.iceberg.apache.org/configuration/#hive-catalog or similarly ``` load_catalog(..., catalog_type= "hive") ``` -- 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