Lee-W commented on code in PR #46460:
URL: https://github.com/apache/airflow/pull/46460#discussion_r1952283251


##########
airflow/www/views.py:
##########
@@ -3463,8 +3463,8 @@ def next_run_assets(self, dag_id):
                         and_(
                             AssetEvent.asset_id == AssetModel.id,
                             (
-                                AssetEvent.timestamp >= latest_run.logical_date
-                                if latest_run and latest_run.logical_date
+                                AssetEvent.timestamp >= latest_run.run_after
+                                if latest_run and latest_run.run_after

Review Comment:
   I thought this is how we decide the correct asset dag run queues 🤔 



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