You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/19 23:32:12 UTC

[GitHub] [airflow] wahsmail edited a comment on issue #15752: Airflow UI tree view: mark (success|failed) (past|future) only marking selected task instance

wahsmail edited a comment on issue #15752:
URL: https://github.com/apache/airflow/issues/15752#issuecomment-844566053


   Think I found something. In [util.dates.py#L109](https://github.com/apache/airflow/blob/master/airflow/utils/dates.py#L109), cron iter is returning a `datetime.datetime(2021, 4, 24, 0, 0)` when the initial start_date (after making naive) was `datetime.datetime(2021, 4, 23, **5**, 0)`. So when this date range is passed to the DagRun.find() method to query the database, it only finds a single execution date, the one with hour=5.
   
   I have schedule_interval is `0 0 * * *` and the server's timezone is Chicago time (UTC-5)


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org