[jira] [Created] (AIRFLOW-875) Allow HttpSensor params to be templated

2017-02-13 Thread Jeremiah Lowin (JIRA)
Jeremiah Lowin created AIRFLOW-875: -- Summary: Allow HttpSensor params to be templated Key: AIRFLOW-875 URL: https://issues.apache.org/jira/browse/AIRFLOW-875 Project: Apache Airflow Issue

[jira] [Created] (AIRFLOW-874) Backfill dates spanning multiple years fail to parse

2017-02-13 Thread Russell Jurney (JIRA)
Russell Jurney created AIRFLOW-874: -- Summary: Backfill dates spanning multiple years fail to parse Key: AIRFLOW-874 URL: https://issues.apache.org/jira/browse/AIRFLOW-874 Project: Apache Airflow

[jira] [Updated] (AIRFLOW-873) Tests forcing availability of hive_metastore module

2017-02-13 Thread krishnabhupatiraju (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] krishnabhupatiraju updated AIRFLOW-873: --- Summary: Tests forcing availability of hive_metastore module (was: PR 2012 forcing

[jira] [Created] (AIRFLOW-873) PR 2012 forcing availability of hive_metastore

2017-02-13 Thread krishnabhupatiraju (JIRA)
krishnabhupatiraju created AIRFLOW-873: -- Summary: PR 2012 forcing availability of hive_metastore Key: AIRFLOW-873 URL: https://issues.apache.org/jira/browse/AIRFLOW-873 Project: Apache Airflow

[jira] [Created] (AIRFLOW-872) Tasks are not skipping correctly

2017-02-13 Thread Frank Massi (JIRA)
Frank Massi created AIRFLOW-872: --- Summary: Tasks are not skipping correctly Key: AIRFLOW-872 URL: https://issues.apache.org/jira/browse/AIRFLOW-872 Project: Apache Airflow Issue Type: Bug

[jira] [Resolved] (AIRFLOW-842) scheduler.clean_dirty raises warning: SAWarning: The IN-predicate on "dag_run.dag_id" was invoked with an empty sequence.

2017-02-13 Thread Jeremiah Lowin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Lowin resolved AIRFLOW-842. Resolution: Fixed Fix Version/s: 1.8.1 Issue resolved by pull request #2072

[jira] [Commented] (AIRFLOW-842) scheduler.clean_dirty raises warning: SAWarning: The IN-predicate on "dag_run.dag_id" was invoked with an empty sequence.

2017-02-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15864275#comment-15864275 ] ASF subversion and git services commented on AIRFLOW-842: - Commit

incubator-airflow git commit: [AIRFLOW-842] do not query the DB with an empty IN clause

2017-02-13 Thread jlowin
Repository: incubator-airflow Updated Branches: refs/heads/master 2ce7556a5 -> 485280a9f [AIRFLOW-842] do not query the DB with an empty IN clause This is done to silence warnings coming from sqlachemy, e.g.: sqlalchemy/sql/default_comparator.py:161: SAWarning: The IN-predicate on

incubator-airflow git commit: [AIRFLOW-834] change raise StopIteration into return

2017-02-13 Thread davydov
Repository: incubator-airflow Updated Branches: refs/heads/master b0ae70d3a -> 2ce7556a5 [AIRFLOW-834] change raise StopIteration into return This silences PendingDeprecationWarnings in Python 3.5. See https://www.python.org/dev/peps/pep-0479/#id34 for an example why it isn't a good idea to

[jira] [Commented] (AIRFLOW-834) get_dep_statuses raises PendingDeprecationWarning in Python 3.5

2017-02-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15864273#comment-15864273 ] ASF subversion and git services commented on AIRFLOW-834: - Commit

[jira] [Commented] (AIRFLOW-870) Airflow Web UI "Mark Success" action not working properly

2017-02-13 Thread Yi Chen (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15864239#comment-15864239 ] Yi Chen commented on AIRFLOW-870: - i have opened a PR

[jira] [Commented] (AIRFLOW-869) Web UI Mark Success Upstream Option Bug

2017-02-13 Thread Yi Chen (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15864207#comment-15864207 ] Yi Chen commented on AIRFLOW-869: - I have sent in a PR for this issue:

[jira] [Updated] (AIRFLOW-871) multiple places use logging.warn() instead of warning()

2017-02-13 Thread JIRA
[ https://issues.apache.org/jira/browse/AIRFLOW-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marek Baczyński updated AIRFLOW-871: Summary: multiple places use logging.warn() instead of warning() (was: dag_processing.py

[jira] [Created] (AIRFLOW-871) dag_processing.py uses logging.warn() instead of warning()

2017-02-13 Thread JIRA
Marek Baczyński created AIRFLOW-871: --- Summary: dag_processing.py uses logging.warn() instead of warning() Key: AIRFLOW-871 URL: https://issues.apache.org/jira/browse/AIRFLOW-871 Project: Apache

[jira] [Reopened] (AIRFLOW-862) Add DaskExecutor

2017-02-13 Thread Jeremiah Lowin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Lowin reopened AIRFLOW-862: Reopened pending a fix to some unit tests that aren't running > Add DaskExecutor >