Liran Y created AIRFLOW-1254:
--------------------------------
Summary: 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
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
(v6.3.15#6346)