uranusjr commented on code in PR #46460:
URL: https://github.com/apache/airflow/pull/46460#discussion_r1952278016
##########
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’m not even sure what this code is going so…
--
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]