potiuk commented on issue #39612: URL: https://github.com/apache/airflow/issues/39612#issuecomment-2109859640
I think it's a good idea (And marked it as good first issue). Currently we recommend (https://airflow.apache.org/docs/apache-airflow/stable/howto/set-config.html) to use this command ``` airflow config list --defaults > "${AIRFLOW_HOME}/airflow.cfg" ``` It would be quite feasible to update that command to have `--update-config` and rather than redirect the output, simply generate it in ~`${AIRFLOW_HOME}/airflow.cfg` -> which could simply leave whatever is configured and add missing defaults. If you want @Karpisek you can implement it, otherwise it will have to wait for someone to pick it up. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
