ashb commented on a change in pull request #5443: [AIRFLOW-4823] modified the 
source to have create_default_connections flag in config
URL: https://github.com/apache/airflow/pull/5443#discussion_r297030312
 
 

 ##########
 File path: airflow/bin/cli.py
 ##########
 @@ -1720,6 +1720,9 @@ class CLIFactory:
             "Do not prompt to confirm reset. Use with care!",
             "store_true",
             default=False),
+        'default_connection': Arg(
+            ("-d", "--default_connection"), "Flag to create airflow default 
connections",
+            default=True),
 
 Review comment:
   If this is true by default can it be turned off? 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to