kevinjqliu commented on issue #3059: URL: https://github.com/apache/iceberg-python/issues/3059#issuecomment-3921266267
Yea it is confusing. I realized this when looking at my `.pyiceberg.yaml` config file. We allow `warehouse` param to be configurable for IRC https://py.iceberg.apache.org/configuration/#rest-catalog The flow / "handshake" is: - client (pyiceberg) calls IRC's /v1/config endpoint with `warehouse` parameter - IRC returns the `prefix` in the /v1/config response - client uses the `prefix` for all subsequent requests to IRC The main point here is that the client (pyiceberg) doesn't specify `prefix` directly, the server to configures the `prefix` for the client. We technically could let the client (pyiceberg) to override `prefix` but doing so might be error prone -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
