houqp commented on code in PR #22701:
URL: https://github.com/apache/airflow/pull/22701#discussion_r846378261
##########
airflow/jobs/backfill_job.py:
##########
@@ -290,7 +290,6 @@ def _get_dag_run(self, dagrun_info: DagRunInfo, dag: DAG,
session: Session = Non
current_active_dag_count =
dag.get_num_active_runs(external_trigger=False)
# check if we are scheduling on top of a already existing dag_run
- # we could find a "scheduled" run instead of a "backfill"
Review Comment:
good catch, removed by mistake.
--
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]