uranusjr commented on code in PR #46398:
URL: https://github.com/apache/airflow/pull/46398#discussion_r1940824886


##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -1391,6 +1392,7 @@ def _create_dag_runs_asset_triggered(
                         run_type=DagRunType.ASSET_TRIGGERED,
                         logical_date=logical_date,
                         data_interval=data_interval,
+                        run_after=max(logical_dates.values()),

Review Comment:
   There’s a task to make asset-triggered runs have None logical_date instead, 
so we’ll need to change this again soon. This is good enough for now.



-- 
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]

Reply via email to