ndrluis commented on code in PR #962:
URL: https://github.com/apache/iceberg-python/pull/962#discussion_r1691469582


##########
pyiceberg/catalog/rest.py:
##########
@@ -290,7 +293,14 @@ def url(self, endpoint: str, prefixed: bool = True, 
**kwargs: Any) -> str:
 
     @property
     def auth_url(self) -> str:
-        if url := self.properties.get(AUTH_URL):
+        if self.properties.get(DEPRECATED_AUTH_URL):

Review Comment:
   The initial purpose of this PR was not to warn about the `/oauth/tokens` 
endpoint deprecation, it was only to fix the configuration property, but I can 
add this.



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

Reply via email to