dongsupkim-onepredict commented on issue #1378: URL: https://github.com/apache/iceberg-python/issues/1378#issuecomment-2516459687
@kevinjqliu sure. :) ``` from pyiceberg.catalog import load_catalog _catalog.table_exists(identifier=(namespace, table_name)) rest_catalog_config = { "uri": uri, "s3.endpoint": s3_endpoint, "s3.access-key-id": s3_access_key_id, "s3.secret-access-key": s3_secret_access_key, "py-io-impl": "pyiceberg.io.pyarrow.PyArrowFileIO", } _catalog = load_catalog("rest", **rest_catalog_config) _catalog.table_exists(identifier=(namespace, table_name)) ``` -- 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