ephraimbuddy commented on code in PR #49097:
URL: https://github.com/apache/airflow/pull/49097#discussion_r2042851900
##########
airflow-core/src/airflow/jobs/scheduler_job_runner.py:
##########
@@ -199,7 +248,7 @@ def __init__(
if log:
self._log = log
- self.dagbag = DagBag(read_dags_from_db=True, load_op_links=False)
+ self.scheduler_dag_bag = SchedulerDagBag()
Review Comment:
What I mean is, if you initialize it with serdags, then at the completion of
a dag_run, remove the dag from schedulerdag and have the next dagrun lazy load
it?
--
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]