malthe commented on PR #34766:
URL: https://github.com/apache/airflow/pull/34766#issuecomment-1829453789

   @arjunanan6 you don't need to actually invoke any command; instead, enter 
into the hook context:
   ```python
   with PsrpHook(psrp_conn_id=self.conn_id):
       pass
   ```
   This will raise an exception if there is a connection error.
   


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