dstandish commented on code in PR #59724:
URL: https://github.com/apache/airflow/pull/59724#discussion_r2643528908
##########
airflow-core/src/airflow/jobs/scheduler_job_runner.py:
##########
@@ -1923,43 +1926,26 @@ def _create_dag_runs_asset_triggered(
dag_run.consumed_asset_events.extend(asset_events)
session.execute(delete(AssetDagRunQueue).where(AssetDagRunQueue.target_dag_id
== dag_run.dag_id))
- def _should_update_dag_next_dagruns(
+ def _finished_and_automated(
self,
dag: SerializedDAG,
- dag_model: DagModel,
*,
last_dag_run: DagRun | None = None,
- active_non_backfill_runs: int | None = None,
- session: Session,
) -> bool:
"""Check if the dag's next_dagruns_create_after should be updated."""
Review Comment:
i will just remove that function and inline that small bit of code
--
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]