The User-Community Airflow Helm Chart is the standard way to deploy Apache Airflow on Kubernetes with Helm. Originally created in 2017, it has since helped thousands of companies create production-ready deployments of Airflow on Kubernetes.
The Airflow UI only shows connections and variables stored in the Metadata DB and not via any other method. If you use an alternative secrets backend, check inside your backend to view the values of your variables and connections.
As an admin, this information is easy to forget and easy to panic when you see an empty list of connections in the UI and airflow connections list (same for variables).
Implementation
No implementation in mind. Willing to contribute if there are ideas on how to get started on this.
Checks
User-Community Airflow Helm Chart
.Motivation
The documentation says...
As an admin, this information is easy to forget and easy to panic when you see an empty list of connections in the UI and
airflow connections list
(same for variables).Implementation
No implementation in mind. Willing to contribute if there are ideas on how to get started on this.
Are you willing & able to help?