Merge "Fix airflow quicktest error"
This commit is contained in:
commit
19a11a7766
@ -40,7 +40,7 @@ elif [[ $cmd == *scheduler* ]]; then
|
||||
done
|
||||
elif [[ $cmd == 'quicktest' ]]; then
|
||||
${python3_path} ${airflow_path} initdb
|
||||
${python3_path} ${airflow}_cmd webserver -p 8080 &
|
||||
${python3_path} ${airflow_path} webserver -p 8080 &
|
||||
airflow run example_bash_operator runme_0 2018-01-01
|
||||
airflow backfill example_bash_operator -s 2018-01-01 -e 2018-01-02
|
||||
airflow dag_state example_bash_operator 2018-01-01
|
||||
|
Loading…
x
Reference in New Issue
Block a user