Or also, depending on your use case, you could use https://github.com/apache/airflow/pull/7923/ to get Variables from env vars prefixed with AIRFLOW_VAR_
This one is already included in 1.10.10. It's not quite what you asked for, but if you can feed those variables in to your Kube pod definitions it would work now. -ash On Jun 3 2020, at 11:39 am, Kamil Breguła <[email protected]> wrote: > You can use Local Filesystem Secret Backend. This will allow you to > read the variables directly from the file. > https://github.com/apache/airflow/pull/8436 > It has not been released yet, but you can now copy the code and start > testing it. This will allow us to release a new version with your > suggestions if you have any. > > Best regards, > Kamil >
