kaxil commented on a change in pull request #11791:
URL: https://github.com/apache/airflow/pull/11791#discussion_r511080721



##########
File path: scripts/in_container/run_tmux.sh
##########
@@ -22,6 +22,12 @@ if [[ ${START_AIRFLOW:="false"} == "true" ]]; then
     export AIRFLOW__CORE__LOAD_DEFAULT_CONNECTIONS=${LOAD_DEFAULT_CONNECTIONS}
     export AIRFLOW__CORE__LOAD_EXAMPLES=${LOAD_EXAMPLES}
 
+    # Use LocalExecutor if not set and if backend is not sqlite as it gives

Review comment:
       i.e I feel there are 2 kind of uses currently I can think of
   
   1) People who run `./breeze --backend postgres` to run tests so that they 
can replicate their CI failures for examples
   2) People who want to run DAGs and try out new features/ test RCs or alphas 
etc for whom `./breeze start-airflow --backend postgres` would be easier 
because it supports using an ENV file too and I feel it is very powerful 
because of that and coz it also supports init file, WDYT ?




----------------------------------------------------------------
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]


Reply via email to