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