apache/airflow

Warning about invisible connections/variable in the Web UI

オープン

#10,867 opened on 2020/09/10

 (6 件のコメント) (14 件のリアクション) (0 人の担当者)Python (16,781 件のフォーク)batch import
contributors-workshopgood first issuekind:feature

Repository metrics

Stars
 (44,809 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Hello,

Currently, you can define a new connection/variable in several ways.

  • Metabase
  • Environment variable
  • Secret backend

However, only the connections defined with the Metabase are visible from the Web UI. This is surprising among users because a natural way to check connection/variable configuration is to use the Web UI, which may not show complete information. I would be happy if there was a warning stating that not all connections / variables are visible when the user has a configured secret backend or when the AIRFLOW__CONN_* /AIRFLOW__VAR_* environment variable is defined. This should appear above the list of connections/variables.

This change is intended to improve the user experience.

Best regards, Kamil Breguła

コントリビューターガイド