GuidoTournois opened a new pull request #18763: URL: https://github.com/apache/airflow/pull/18763
Pagerduty is not shown as a Connection type in the Connection view. That is because of two reasons: 1. The PagerdutyHook class is not added in the provider.yaml, nor in the field `connection-types`, nor in the soon to be deprecated field `hook-class-names`. This PR fixes this. 2. Even after fixing 1, the hooks could not be added as some required fields were missing: `conn_name_attr`, `default_conn_name`, `conn_type`, `hook_name`. This PR adds those. closes: #18748 -- 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]
