You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am try to use airflow. airflow test seems work properly, but airflow run seems to stop unexpectedly.
Is there any method to solve this problem?
airflow test create_data_scientist_workspace clone-source 2021-01-21
The 'test' command is deprecated and removed in Airflow 2.0, please use 'tasks test' instead
[2021-01-22 10:20:49,669] {__init__.py:50} INFO - Using executor SequentialExecutor
[2021-01-22 10:20:49,671] {dagbag.py:417} INFO - Filling up the DagBag from /home/sakaia/airflow/dags
[2021-01-22 10:20:49,715] {taskinstance.py:670} INFO - Dependencies all met for <TaskInstance: create_data_scientist_workspace.clone-source 2021-01-21T00:00:00+00:00 [failed]>
[2021-01-22 10:20:49,720] {taskinstance.py:670} INFO - Dependencies all met for <TaskInstance: create_data_scientist_workspace.clone-source 2021-01-21T00:00:00+00:00 [failed]>
[2021-01-22 10:20:49,720] {taskinstance.py:880} INFO -
--------------------------------------------------------------------------------
[2021-01-22 10:20:49,720] {taskinstance.py:881} INFO - Starting attempt 2 of 1
[2021-01-22 10:20:49,720] {taskinstance.py:882} INFO -
--------------------------------------------------------------------------------
[2021-01-22 10:20:49,720] {taskinstance.py:901} INFO - Executing <Task(PythonOperator): clone-source> on 2021-01-21T00:00:00+00:00
snip
[2021-01-22 10:20:59,558] {python_operator.py:114} INFO - Done. Returned value was: airflow_clone_20210122_102049
[2021-01-22 10:20:59,581] {taskinstance.py:1070} INFO - Marking task as SUCCESS.dag_id=create_data_scientist_workspace, task_id=clone-source, execution_date=20210121T000000, start_date=20210121T050636, end_date=20210122T102059
airflow run create_data_scientist_workspace clone-source 2021-01-21
[2021-01-22 10:20:37,887] {__init__.py:50} INFO - Using executor SequentialExecutor
[2021-01-22 10:20:37,889] {dagbag.py:417} INFO - Filling up the DagBag from /home/sakaia/airflow/dags
Running <TaskInstance: create_data_scientist_workspace.clone-source 2021-01-21T00:00:00+00:00 [failed]> on host sakaia
[2021-01-22 10:20:39,328] {__init__.py:50} INFO - Using executor SequentialExecutor
[2021-01-22 10:20:39,329] {dagbag.py:417} INFO - Filling up the DagBag from /home/sakaia/airflow/dags/tr4798-clone.py
Running <TaskInstance: create_data_scientist_workspace.clone-source 2021-01-21T00:00:00+00:00 [failed]> on host sakaia
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am try to use airflow.
airflow test
seems work properly, butairflow run
seems to stop unexpectedly.Is there any method to solve this problem?
airflow test create_data_scientist_workspace clone-source 2021-01-21
airflow run create_data_scientist_workspace clone-source 2021-01-21
Beta Was this translation helpful? Give feedback.
All reactions