uranusjr commented on code in PR #26161:
URL: https://github.com/apache/airflow/pull/26161#discussion_r963442648
##########
airflow/jobs/backfill_job.py:
##########
@@ -351,18 +351,19 @@ def _task_instances_for_dag_run(self, dag_run,
session=None):
dag_run.refresh_from_db()
make_transient(dag_run)
+ dag_run.dag = dag
Review Comment:
`dag_run` does not generally have a `dag` attribute (and I don’t think
there’s any code expecting it), why is this needed?
--
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]