You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ryanchou (JIRA)" <ji...@apache.org> on 2016/06/17 02:13:05 UTC

[jira] [Created] (AIRFLOW-252) Raise Sqlite exceptions when deleting tasks instance in WebUI

ryanchou created AIRFLOW-252:
--------------------------------

             Summary: Raise Sqlite exceptions when deleting tasks instance in WebUI
                 Key: AIRFLOW-252
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-252
             Project: Apache Airflow
          Issue Type: Bug
          Components: ui
    Affects Versions: Airflow 1.7.1.2
         Environment: Linux 0f857c51a5ce 4.0.9-boot2docker #1 SMP Thu Sep 10 20:39:20 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
            Reporter: ryanchou


When I try to delete a task instances on browse -> tasks instances page through WebUI. It raise a Sqlite exception

```
 File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite/base.py", line 607, in process
    raise TypeError("SQLite DateTime type only accepts Python "
StatementError: (exceptions.TypeError) SQLite DateTime type only accepts Python datetime and date objects as input. [SQL: u'SELECT task_instance.task_id AS task_instance_task_id, task_in
```



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)