This is an automated email from the ASF dual-hosted git repository.

ash pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 6a5f723c29 Add Zendesk connection type (#27984)
6a5f723c29 is described below

commit 6a5f723c29571519b669efc2b6350eed8b372316
Author: magdagultekin <[email protected]>
AuthorDate: Tue Nov 29 16:29:26 2022 +0100

    Add Zendesk connection type (#27984)
    
    Zendesk connection doesn't show up in the Airflow UI (provider 
`apache-airflow-providers-zendesk`).
---
 airflow/providers/zendesk/provider.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/airflow/providers/zendesk/provider.yaml 
b/airflow/providers/zendesk/provider.yaml
index 69a24ead5d..86d33c20f7 100644
--- a/airflow/providers/zendesk/provider.yaml
+++ b/airflow/providers/zendesk/provider.yaml
@@ -47,3 +47,7 @@ hooks:
   - integration-name: Zendesk
     python-modules:
       - airflow.providers.zendesk.hooks.zendesk
+
+connection-types:
+  - hook-class-name: airflow.providers.zendesk.hooks.zendesk.ZendeskHook
+    connection-type: zendesk

Reply via email to