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

[jira] [Created] (AIRFLOW-210) sqlalchemy warns about task_instance.execution_date invoked with an empty sequence

Eric Johnson created AIRFLOW-210:
------------------------------------

             Summary: sqlalchemy warns about task_instance.execution_date invoked with an empty sequence
                 Key: AIRFLOW-210
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-210
             Project: Apache Airflow
          Issue Type: Bug
          Components: scheduler
    Affects Versions: Airflow 1.7.0
         Environment: Linux, python 2.7, and mysql 5.5.47
            Reporter: Eric Johnson
            Priority: Minor


On a fresh installation of airflow, I'm noticing this warning while running the scheduler. I'm using mysql as the storage for airflow.

{{/opt/packages/python/2.7.5/lib/python2.7/site-packages/sqlalchemy/sql/default_comparator.py:153: SAWarning: The IN-predicate on "task_instance.execution_date" was invoked with an empty sequence. This results in a contradiction, which nonetheless can be expensive to evaluate.  Consider alternative strategies for improved performance.}}



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