potiuk commented on code in PR #30255:
URL: https://github.com/apache/airflow/pull/30255#discussion_r1160636033
##########
airflow/jobs/backfill_job.py:
##########
@@ -788,9 +792,9 @@ def _set_unfinished_dag_runs_to_failed(self, dag_runs,
session=None):
session.merge(dag_run)
@provide_session
- def _execute(self, session=None):
+ def execute(self, session=None) -> int | None:
"""Initialize all required components of a dag for a specified date
range and execute the tasks."""
Review Comment:
Why not.
--
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]