uranusjr commented on code in PR #46460:
URL: https://github.com/apache/airflow/pull/46460#discussion_r1952000696
##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -1392,16 +1400,13 @@ def _create_dag_runs_asset_triggered(
.where(*asset_event_filters)
).all()
- data_interval =
dag.timetable.data_interval_for_events(logical_date, asset_events)
Review Comment:
We should also remove this function from the timetable.
--
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]