florian.hines
07/29/2022, 3:34 PMmeltano config
. Because doing something like the pattern we currently do for Airflow, where you generate a brand new config on the fly and then try to update it from env's....is not super pleasant. (great for end-users though)florian.hines
07/29/2022, 3:41 PMpat_nadolny
07/29/2022, 3:43 PMflorian.hines
07/29/2022, 3:47 PMflorian.hines
07/29/2022, 3:48 PMairflow --help
to trigger creation of a airflow.cfg, and then we can go through and update/add entries to relevant airflow config sections.florian.hines
07/29/2022, 3:49 PMflorian.hines
07/29/2022, 3:50 PMinvoker.plugin_config_processed
) anymoreflorian.hines
07/29/2022, 3:50 PMflorian.hines
07/29/2022, 3:52 PMflorian.hines
07/29/2022, 3:57 PMAIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION=blah
AIRFLOW__WEBSERVER__WEB_SERVER_PORT=8080
AIRFLOW_WEBSERVER_WEB_SERVER_PORT=8080
That you then have to turn back into a structure you can use to actually update the correct airflow config sections and keys.florian.hines
07/29/2022, 4:00 PMflorian.hines
07/29/2022, 4:00 PMpat_nadolny
07/29/2022, 4:10 PMpat_nadolny
07/29/2022, 4:10 PMflorian.hines
07/29/2022, 4:11 PMI think airflow wants dot separated configsYea thats mostly the annoying bit for airflow
florian.hines
07/29/2022, 4:12 PMpat_nadolny
07/29/2022, 4:14 PMflorian.hines
07/29/2022, 4:14 PMaaronsteers
07/29/2022, 4:15 PMflorian.hines
07/29/2022, 4:18 PM