ephraimbuddy commented on a change in pull request #17324:
URL: https://github.com/apache/airflow/pull/17324#discussion_r681611854
##########
File path: tests/jobs/test_local_task_job.py
##########
@@ -715,6 +699,8 @@ def test_fast_follow(
for upstream, downstream in dependencies.items():
dag.set_dependency(upstream, downstream)
+ dag_maker.make_dagmodel()
Review comment:
The problem was on separating the arguments that DagModel takes from the
ones that DAG takes.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]