You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/29 18:30:44 UTC

[GitHub] [airflow] dimberman opened a new issue #7985: Sub-command to generate the default config

dimberman opened a new issue #7985: Sub-command to generate the default config
URL: https://github.com/apache/airflow/issues/7985
 
 
   
   
   Ticket was created 02/Feb/17 20:12
   
   **Description**
   
   1. Currently airflow autogenerates a default $AIRFLOW_HOME/airflow.cfg as soon as any command is issued or even when running import airflow from python, which IMO is rather intrusive (even more so when AIRFLOW_HOME defaults to the user's home directory).
   2. Moreover, once the file is created it is not trivial to generate a default config again; one has to either move the existing one to another location or change (at least temporarily) AIRFLOW_HOME.
   
   Both issues can be addressed with the extension of the CLI with a subcommand to generate the default config explicitly at will instead of implicitly at import time.
   
   **Use case / motivation**
   
   **Related Issues**
   
   Moved here from https://issues.apache.org/jira/browse/AIRFLOW-833

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services