In composer (airflow 1.10.10), is it possible to create an airflow_local_settings.py
file? And if so where should it be stored? I need this as I need an initContainer for my pod.
Add a airflow_local_settings.py file to your $PYTHONPATH or to $AIRFLOW_HOME/config folder.
For me, the above statement is unclear for Cloud-composer, as this config folder in an env bucket would probably not be synced with a worker.
Based on Slack discussions in the Apache Airflow Community Slack. It is not supported yet.