You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/28 18:42:19 UTC

[GitHub] [airflow] wesleyemery commented on issue #21110: Connecting Airflow to Azure data factory fails giving a red banner but doesn't give the reason.

wesleyemery commented on issue #21110:
URL: https://github.com/apache/airflow/issues/21110#issuecomment-1024505721


   I've was able to enable the test button by enabling the airflow API in the helm chart:
   ``` 
   # airflowVersion: "2.2.2"
   # defaultAirflowTag: "2.2.2"
   executor: "KubernetesExecutor"
   
   images:
     airflow:
       repository: "beertechcontainerregistrydev.azurecr.io/beertech-airflow-dev"
       tag: "dev-6b0380de7b8c4ee2b2f73d64e25895d99342fe53"
     useDefaultImageForMigration: true
   
   nodeSelector:
     agentpool: "airflow"
   
   ingress:
     enabled: true
     web:
       annotations: 
         kubernetes.io/ingress.class: "nginx"
       hosts: ["airflow.dev.beertech.com"]
       tls:
         enabled: true
         secretName: ingress-tls-secret
     # flower:
     #   annotations: 
     #     kubernetes.io/ingress.class: "nginx"  
     #   path: "/flower"
     #   hosts: ["dev.airflow.beertech.com"]
     #   tls:
     #     enabled: true
     #     secretName: ingress-tls-secret
   
   config:
     api:
       auth_backend: airflow.api.auth.backend.default  
   webserver:
     defaultUser:
       enabled: true
       role: Admin
       username: devops
       email: 
       firstName: devops
       lastName: admin
       password:
   dags:
     gitSync:
       enabled: true
       repo: "ssh://git@github.com/ab-inbev-beertech/beertech-airflow.git"
       branch: "main"
       subPath: "dags/"
       sshKeySecret: airflow-ssh-secret
   extraSecrets:
     airflow-ssh-secret:
       data: |
   ```
   However, when I test the connection I still get a red banner with no info for why it's failing. 
   ![image](https://user-images.githubusercontent.com/37018069/151603434-521da2e4-fb51-4f08-b53f-c3f351a035fd.png)
   


-- 
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-unsubscribe@airflow.apache.org

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