simonprydden commented on code in PR #48919:
URL: https://github.com/apache/airflow/pull/48919#discussion_r2035137849


##########
providers/pagerduty/src/airflow/providers/pagerduty/hooks/pagerduty.py:
##########
@@ -95,23 +95,20 @@ def __init__(self, token: str | None = None, 
pagerduty_conn_id: str | None = Non
         if self.token is None:
             raise AirflowException("Cannot get token: No valid api token nor 
pagerduty_conn_id supplied.")
 
-    def get_session(self) -> pdpyras.APISession:
+    def client(self) -> pagerduty.RestApiV2Client:

Review Comment:
   @eladkal renaming this in the hook could be breaking, How do we cut a 
breaking change release? 



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

Reply via email to