ashb commented on code in PR #28411:
URL: https://github.com/apache/airflow/pull/28411#discussion_r1055351738
##########
airflow/www/views.py:
##########
@@ -2828,7 +2828,7 @@ def _convert_to_date(session, column):
restriction = TimeRestriction(dag.start_date, dag.end_date, False)
dates = collections.Counter()
- if isinstance(dag.timetable, CronDataIntervalTimetable):
+ if isinstance(dag.timetable, CronTriggerTimetable):
Review Comment:
@uranusjr Does your PR mean we don't need this PR at all?
--
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]