Taragolis commented on code in PR #29205:
URL: https://github.com/apache/airflow/pull/29205#discussion_r1089542991
##########
tests/jobs/test_scheduler_job.py:
##########
@@ -3687,7 +3687,6 @@ def complete_one_dagrun():
for _ in range(5):
self.scheduler_job._do_scheduling(session)
complete_one_dagrun()
- model: DagModel = session.query(DagModel).get(dag.dag_id)
Review Comment:
I guess not, this `model` not use later in the code, we just make a query to
DB and that all.
This part unchanged since it added in the end if 2021:
https://github.com/apache/airflow/pull/19528
--
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]