naturalett commented on a change in pull request #12:
URL: https://github.com/apache/incubator-liminal/pull/12#discussion_r587398676
##########
File path: tests/runners/airflow/tasks/test_python.py
##########
@@ -59,14 +76,14 @@ def test_apply_task_to_dag(self):
for task in dag.tasks:
print(f'Executing task {task.task_id}')
- task.execute({})
+ task.execute(DummyDag('my_dag', task.task_id).context)
Review comment:
It was missing. It didn't have a DAG definition to test against it.
@zionrubin
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]