kevinjqliu commented on code in PR #2910:
URL: https://github.com/apache/iceberg-python/pull/2910#discussion_r2691039785
##########
pyiceberg/catalog/rest/__init__.py:
##########
@@ -491,6 +491,7 @@ def _config_headers(self, session: Session) -> None:
session.headers.update(header_properties)
session.headers["Content-type"] = "application/json"
session.headers["User-Agent"] = f"PyIceberg/{__version__}"
+ session.headers["X-Client-Version"] = f"Apache PyIceberg {__version__}"
Review Comment:
nit: could we send the same string here? We can just use `PyIceberg`, i find
`Apache PyIceberg` to be confusing 😄
--
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]