You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Emmanuel Brard (JIRA)" <ji...@apache.org> on 2019/01/28 09:51:00 UTC

[jira] [Created] (AIRFLOW-3777) unsupported operand type(s) for +=: 'int' and 'NoneType' exception in duration view

Emmanuel Brard created AIRFLOW-3777:
---------------------------------------

             Summary: unsupported operand type(s) for +=: 'int' and 'NoneType' exception in duration view
                 Key: AIRFLOW-3777
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3777
             Project: Apache Airflow
          Issue Type: Bug
          Components: webserver
    Affects Versions: 1.10.1
            Reporter: Emmanuel Brard


The duration view fails with exception: `TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType'` because the table `task_fail` contains records with missing start_date and duration.



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