assapin commented on a change in pull request #12:
URL: https://github.com/apache/incubator-liminal/pull/12#discussion_r587459487
##########
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:
if the tests were failing, need to take a look.
if not -> perhaps separate from this commit
----------------------------------------------------------------
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]