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

taragolis 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 429ca47b02 Add Azure Synapse Pipeline connection-type in the UI 
(#35709)
429ca47b02 is described below

commit 429ca47b02fac6953520308f819bd9f8dba28d45
Author: ambika-garg <70703123+ambika-g...@users.noreply.github.com>
AuthorDate: Fri Nov 17 17:58:19 2023 -0500

    Add Azure Synapse Pipeline connection-type in the UI (#35709)
    
    * To view Azure Synapse Pipeline Connection type in Airflow UI
---
 airflow/providers/microsoft/azure/provider.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/airflow/providers/microsoft/azure/provider.yaml 
b/airflow/providers/microsoft/azure/provider.yaml
index 53bccda6c7..6679c8b4de 100644
--- a/airflow/providers/microsoft/azure/provider.yaml
+++ b/airflow/providers/microsoft/azure/provider.yaml
@@ -294,6 +294,8 @@ connection-types:
     connection-type: azure_synapse
   - hook-class-name: 
airflow.providers.microsoft.azure.hooks.data_lake.AzureDataLakeStorageV2Hook
     connection-type: adls
+  - hook-class-name: 
airflow.providers.microsoft.azure.hooks.synapse.AzureSynapsePipelineHook
+    connection-type: azure_synapse_pipeline
 
 secrets-backends:
   - airflow.providers.microsoft.azure.secrets.key_vault.AzureKeyVaultBackend

Reply via email to