You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (JIRA)" <ji...@apache.org> on 2019/04/15 10:30:00 UTC

[jira] [Resolved] (AIRFLOW-1254) mark task as successful not working from the UI

     [ https://issues.apache.org/jira/browse/AIRFLOW-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ash Berlin-Taylor resolved AIRFLOW-1254.
----------------------------------------
    Resolution: Duplicate

> mark task as successful not working from the UI
> -----------------------------------------------
>
>                 Key: AIRFLOW-1254
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1254
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: ui
>            Reporter: Liran Y
>            Priority: Major
>
> The following line in mark_tasks.py causes the GUI mark tasks as successful not to work:
> {code}
> execution_date = execution_date.replace(microsecond=0)
> {code}
> After removing it all seems to work.
> Tested with postgres and mysql backends.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)