gopidesupavan commented on code in PR #54598:
URL: https://github.com/apache/airflow/pull/54598#discussion_r2286279358


##########
providers/microsoft/azure/src/airflow/providers/microsoft/azure/triggers/msgraph.py:
##########
@@ -172,24 +170,15 @@ def serialize(self) -> tuple[str, dict[str, Any]]:
             },
         )
 
-    def get_conn(self) -> RequestAdapter:

Review Comment:
   These are public facing functions may add a deprecation warnings to these 
methods as well? if someone extending this triggerer and using these fields it 
would fail. 
   We can notify them to use `self.hook` to access these properties 



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