Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 2a30982

Browse files
authored
Update run.sh added export and scheduler lines
1 parent 47e995f commit 2a30982

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apache-airflow/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ if ! [ -f $filename ] || ! [ -s $filename ]; then
1010
airflow db init
1111
fi
1212

13+
export AIRFLOW__CORE__LOAD_EXAMPLES=false
14+
1315
airflow webserver > ${LOG_PATH} 2>&1 &
1416

17+
airflow scheduler >> /tmp/airflow_scheduler.log 2>&1 &
18+
1519
airflow users create -u admin -p admin -r Admin -e admin@admin.com -f Coder -l User

0 commit comments

Comments
 (0)