kaxil commented on a change in pull request #11791:
URL: https://github.com/apache/airflow/pull/11791#discussion_r511074527
##########
File path: scripts/in_container/run_tmux.sh
##########
@@ -21,6 +21,7 @@ if [[ ${START_AIRFLOW:="false"} == "true" ]]; then
export AIRFLOW__CORE__LOAD_DEFAULT_CONNECTIONS=${LOAD_DEFAULT_CONNECTIONS}
export AIRFLOW__CORE__LOAD_EXAMPLES=${LOAD_EXAMPLES}
+ export AIRFLOW__CORE__EXECUTOR=${AIRFLOW__CORE__EXECUTOR:-LocalExecutor}
Review comment:
>The CI tests run so far without having to set the executor - this is
what I am really about it, so changing to a non-working executor by default,
when it was working fine before is not a good idea.
Yeah, don't get me wrong, I am going to debug the sqlite issue too, this is
just an optimization for people who just wants to test
----------------------------------------------------------------
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]