Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.65 KB | None | 0 0
  1. *** Log file does not exist: /usr/local/airflow/logs/calltouch_ETL/create_orders_calltouch/2019-04-21T14:09:38.419380+00:00/6.log
  2. *** Fetching from: http://e2a0dd25c3c3:8793/log/calltouch_ETL/create_orders_calltouch/2019-04-21T14:09:38.419380+00:00/6.log
  3.  
  4. [2019-04-23 15:27:06,103] {{models.py:1359}} INFO - Dependencies all met for <TaskInstance: calltouch_ETL.create_orders_calltouch 2019-04-21T14:09:38.419380+00:00 [queued]>
  5. [2019-04-23 15:27:06,132] {{models.py:1359}} INFO - Dependencies all met for <TaskInstance: calltouch_ETL.create_orders_calltouch 2019-04-21T14:09:38.419380+00:00 [queued]>
  6. [2019-04-23 15:27:06,133] {{models.py:1571}} INFO -
  7. --------------------------------------------------------------------------------
  8. Starting attempt 6 of 7
  9. --------------------------------------------------------------------------------
  10.  
  11. [2019-04-23 15:27:06,153] {{models.py:1593}} INFO - Executing <Task(PythonOperator): create_orders_calltouch> on 2019-04-21T14:09:38.419380+00:00
  12. [2019-04-23 15:27:06,154] {{base_task_runner.py:118}} INFO - Running: ['bash', '-c', 'airflow run calltouch_ETL create_orders_calltouch 2019-04-21T14:09:38.419380+00:00 --job_id 14 --raw -sd DAGS_FOLDER/dags_calltouch.py --cfg_path /tmp/tmp5e9we8id']
  13. [2019-04-23 15:27:06,876] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch [2019-04-23 15:27:06,876] {{settings.py:174}} INFO - settings.configure_orm(): Using pool settings. pool_size=5, pool_recycle=1800, pid=60
  14. [2019-04-23 15:27:07,490] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch [2019-04-23 15:27:07,489] {{__init__.py:51}} INFO - Using executor CeleryExecutor
  15. [2019-04-23 15:27:07,986] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch [2019-04-23 15:27:07,985] {{models.py:273}} INFO - Filling up the DagBag from /usr/local/airflow/dags/dags_calltouch.py
  16. [2019-04-23 15:27:08,019] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch [2019-04-23 15:27:08,019] {{cli.py:520}} INFO - Running <TaskInstance: calltouch_ETL.create_orders_calltouch 2019-04-21T14:09:38.419380+00:00 [running]> on host e2a0dd25c3c3
  17. [2019-04-23 15:27:08,055] {{python_operator.py:95}} INFO - Exporting the following env vars:
  18. AIRFLOW_CTX_DAG_ID=calltouch_ETL
  19. AIRFLOW_CTX_TASK_ID=create_orders_calltouch
  20. AIRFLOW_CTX_EXECUTION_DATE=2019-04-21T14:09:38.419380+00:00
  21. AIRFLOW_CTX_DAG_RUN_ID=scheduled__2019-04-21T14:09:38.419380+00:00
  22. [2019-04-23 15:27:08,055] {{models.py:1788}} ERROR - __init__() takes 2 positional arguments but 4 were given
  23. Traceback (most recent call last):
  24.   File "/usr/local/lib/python3.6/site-packages/airflow/models.py", line 1652, in _run_raw_task
  25.     result = task_copy.execute(context=context)
  26.   File "/usr/local/lib/python3.6/site-packages/airflow/operators/python_operator.py", line 103, in execute
  27.     return_value = self.execute_callable()
  28.   File "/usr/local/lib/python3.6/site-packages/airflow/operators/python_operator.py", line 108, in execute_callable
  29.     return self.python_callable(*self.op_args, **self.op_kwargs)
  30.   File "/usr/local/airflow/dags/runner_op.py", line 23, in wrapped
  31.     instance = operator_runner_class(logger, variables, connections)
  32. TypeError: __init__() takes 2 positional arguments but 4 were given
  33. [2019-04-23 15:27:08,057] {{models.py:1811}} INFO - Marking task as UP_FOR_RETRY
  34. [2019-04-23 15:27:08,161] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch Traceback (most recent call last):
  35. [2019-04-23 15:27:08,161] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch   File "/usr/local/bin/airflow", line 32, in <module>
  36. [2019-04-23 15:27:08,162] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch     args.func(args)
  37. [2019-04-23 15:27:08,162] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch   File "/usr/local/lib/python3.6/site-packages/airflow/utils/cli.py", line 74, in wrapper
  38. [2019-04-23 15:27:08,162] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch     return f(*args, **kwargs)
  39. [2019-04-23 15:27:08,162] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch   File "/usr/local/lib/python3.6/site-packages/airflow/bin/cli.py", line 526, in run
  40. [2019-04-23 15:27:08,162] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch     _run(args, dag, ti)
  41. [2019-04-23 15:27:08,163] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch   File "/usr/local/lib/python3.6/site-packages/airflow/bin/cli.py", line 445, in _run
  42. [2019-04-23 15:27:08,163] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch     pool=args.pool,
  43. [2019-04-23 15:27:08,163] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch   File "/usr/local/lib/python3.6/site-packages/airflow/utils/db.py", line 73, in wrapper
  44. [2019-04-23 15:27:08,163] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch     return func(*args, **kwargs)
  45. [2019-04-23 15:27:08,163] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch   File "/usr/local/lib/python3.6/site-packages/airflow/models.py", line 1652, in _run_raw_task
  46. [2019-04-23 15:27:08,165] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch     result = task_copy.execute(context=context)
  47. [2019-04-23 15:27:08,165] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch   File "/usr/local/lib/python3.6/site-packages/airflow/operators/python_operator.py", line 103, in execute
  48. [2019-04-23 15:27:08,165] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch     return_value = self.execute_callable()
  49. [2019-04-23 15:27:08,166] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch   File "/usr/local/lib/python3.6/site-packages/airflow/operators/python_operator.py", line 108, in execute_callable
  50. [2019-04-23 15:27:08,166] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch     return self.python_callable(*self.op_args, **self.op_kwargs)
  51. [2019-04-23 15:27:08,166] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch   File "/usr/local/airflow/dags/runner_op.py", line 23, in wrapped
  52. [2019-04-23 15:27:08,166] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch     instance = operator_runner_class(logger, variables, connections)
  53. [2019-04-23 15:27:08,166] {{base_task_runner.py:101}} INFO - Job 14: Subtask create_orders_calltouch TypeError: __init__() takes 2 positional arguments but 4 were given
  54. [2019-04-23 15:27:11,163] {{logging_mixin.py:95}} INFO - [2019-04-23 15:27:11,160] {{jobs.py:2527}} INFO - Task exited with return code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement