unfrgivn commented on issue #1524:
URL: 
https://github.com/apache/iceberg-python/issues/1524#issuecomment-2989705907

   FWIW in case others run into this thread while searching this error. The new 
[BigLake Iceberg REST 
catalog](https://cloud.google.com/bigquery/docs/blms-rest-catalog) that just 
released is missing the `defaults` key which makes pyiceberg unusable without 
setting the that property to optional.
   
   This is the response that comes back from BigLake: 
https://biglake.googleapis.com/iceberg/v1beta/restcatalog
   
   ```json
   {
     "overrides": {
       "catalog_credential_mode": "CREDENTIAL_MODE_END_USER",
       "prefix": 
"projects/[redacted...PROJECT_NUMBER]/catalogs/[redacted...WAREHOUSE_BUCKET]"
     },
     "endpoints": [
       "GET /v1/{prefix}/namespaces",
       "POST /v1/{prefix}/namespaces",
       "GET /v1/{prefix}/namespaces/{namespace}",
       "HEAD /v1/{prefix}/namespaces/{namespace}",
       "DELETE /v1/{prefix}/namespaces/{namespace}",
       "POST /v1/{prefix}/namespaces/{namespace}/properties",
       "GET /v1/{prefix}/namespaces/{namespace}/tables",
       "POST /v1/{prefix}/namespaces/{namespace}/tables",
       "GET /v1/{prefix}/namespaces/{namespace}/tables/{table}",
       "HEAD /v1/{prefix}/namespaces/{namespace}/tables/{table}",
       "POST /v1/{prefix}/namespaces/{namespace}/tables/{table}",
       "DELETE /v1/{prefix}/namespaces/{namespace}/tables/{table}"
     ]
   }
   ```


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