arjunanan6 commented on issue #19739: URL: https://github.com/apache/airflow/issues/19739#issuecomment-1739083300
Alright, so I've just gotten back to this and I am wondering if I can get some help. I think I have the `test_connection()` part ready, but I cannot seem to define the new connection type of PSRP. For this, I've added the following to `airflow.providers.microsoft.psrp.hooks.psrp`: ``` conn_type = "psrp" hook_name = "PSRP" ``` However, this does not show up in the Connection Type dropdown menu. Any pointer on what I am missing would be appreciated. -- 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]
