79530724

Date: 2025-03-24 09:55:46
Score: 0.5
Natty:
Report link

Did you create a REST service that will serve as the catalog?

According to the trino documentation youv'e shared, you need to connect to the REST service
iceberg.rest-catalog.uriREST server API endpoint URI (required). Example: http://iceberg-with-rest:8181
According to your example, you're connecting to the GCS bucket that isn't a REST service.

iceberg.rest-catalog.uri=https://storage.googleapis.com/<bucket_name>/thelook_ecommerce/iceberg (is this correct?)

This is an example project for a REST Catalog service: gravitino.apache you'll need to have such service to connect Trino to GCS.

To my understanding, Google has not yet exposed a REST API endpoint in its various methods of managing ICEBERG. ICEBERG on BigQuery options

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: nadavw