diff --git a/images/airflow/script/airflow_start_service.sh b/images/airflow/script/airflow_start_service.sh index 70361f75..02a83a54 100755 --- a/images/airflow/script/airflow_start_service.sh +++ b/images/airflow/script/airflow_start_service.sh @@ -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