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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to