[jira] [Updated] (AIRFLOW-825) Add Dataflow semantics

2017-02-01 Thread Jeremiah Lowin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Lowin updated AIRFLOW-825: --- External issue URL: https://github.com/apache/incubator-airflow/pull/2046 Fix

[jira] [Commented] (AIRFLOW-693) Cannot initialize webserver with blueprints plugins

2017-02-01 Thread Joel Wilsson (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848895#comment-15848895 ] Joel Wilsson commented on AIRFLOW-693: -- I had this issue trying to run 1.8.0b5 in a venv. Solved by

[jira] [Closed] (AIRFLOW-781) Allow DataFlowJavaOperator to accept jar file stored in GCS.

2017-02-01 Thread Chris Riccomini (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Riccomini closed AIRFLOW-781. --- Resolution: Fixed Fix Version/s: 1.9.0 > Allow DataFlowJavaOperator to accept jar

[jira] [Commented] (AIRFLOW-781) Allow DataFlowJavaOperator to accept jar file stored in GCS.

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

incubator-airflow git commit: [AIRFLOW-781] Allow DataFlowOperators to accept jobs stored in GCS

2017-02-01 Thread criccomini
Repository: incubator-airflow Updated Branches: refs/heads/master 3cac39674 -> 259c864a0 [AIRFLOW-781] Allow DataFlowOperators to accept jobs stored in GCS Closes #2037 from fenglu-g/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

incubator-airflow git commit: Bump version to 1.9.0dev0

2017-02-01 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master c64832718 -> 3cac39674 Bump version to 1.9.0dev0 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/3cac3967 Tree:

[13/14] incubator-airflow git commit: [AIRFLOW-789] Update UPDATING.md

2017-02-01 Thread bolke
[AIRFLOW-789] Update UPDATING.md Closes #2011 from bolkedebruin/AIRFLOW-789 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/c6483271 Tree:

[jira] [Commented] (AIRFLOW-789) Update UPDATING.md for Airflow 1.8

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

[jira] [Commented] (AIRFLOW-817) Trigger dag fails when using CLI + API

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

[04/14] incubator-airflow git commit: [AIRFLOW-806] UI should properly ignore DAG doc when it is None

2017-02-01 Thread bolke
[AIRFLOW-806] UI should properly ignore DAG doc when it is None Check dag.doc_md before we try to convert it to Markdown. Closes #2020 from dhuang/AIRFLOW-806 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[11/14] incubator-airflow git commit: [AIRFLOW-821] Fix py3 compatibility

2017-02-01 Thread bolke
[AIRFLOW-821] Fix py3 compatibility iteritems() does not exist in py3. Closes #2039 from bolkedebruin/AIRFLOW-821 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/fbb59b94 Tree:

[09/14] incubator-airflow git commit: [AIRFLOW-822] Close db before exception

2017-02-01 Thread bolke
[AIRFLOW-822] Close db before exception The basehook contains functionality to retrieve connections from the database. If a connection does not exist it will throw an exception. This exception will be thrown before the connection to the database is closed. Therefore the session to the db might

[12/14] incubator-airflow git commit: [AIRFLOW-816] Use static nvd3 and d3

2017-02-01 Thread bolke
[AIRFLOW-816] Use static nvd3 and d3 Closes #2035 from bolkedebruin/AIRFLOW-816 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/1accb54f Tree:

[jira] [Commented] (AIRFLOW-817) Trigger dag fails when using CLI + API

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

[03/14] incubator-airflow git commit: [AIRFLOW-812] Fix the scheduler termination bug.

2017-02-01 Thread bolke
[AIRFLOW-812] Fix the scheduler termination bug. When checking max-runs for dag_files the scheduler would stop immediately if there were no files. Closes #2027 from fenglu-g/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[05/14] incubator-airflow git commit: [AIRFLOW-813] Fix unterminated scheduler unit tests

2017-02-01 Thread bolke
[AIRFLOW-813] Fix unterminated scheduler unit tests Closes #2028 from fenglu-g/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/cf6d50c0 Tree:

[jira] [Commented] (AIRFLOW-816) Make sure to pull nvd3 from local resources

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

[jira] [Commented] (AIRFLOW-813) Fix unterminated unit tests in tests.job (tests/job.py)

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

[jira] [Commented] (AIRFLOW-813) Fix unterminated unit tests in tests.job (tests/job.py)

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

[jira] [Commented] (AIRFLOW-821) Scheduler dagbag importing not Py3 compatible

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

[jira] [Commented] (AIRFLOW-789) Update UPDATING.md for Airflow 1.8

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

[jira] [Created] (AIRFLOW-826) Add Zendesk Hook

2017-02-01 Thread Shreyas Joshi (JIRA)
Shreyas Joshi created AIRFLOW-826: - Summary: Add Zendesk Hook Key: AIRFLOW-826 URL: https://issues.apache.org/jira/browse/AIRFLOW-826 Project: Apache Airflow Issue Type: New Feature

[incubator-airflow] Git Push Summary

2017-02-01 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-8-stable [created] 7e65998a1

incubator-airflow git commit: Revert "[AIRFLOW-782] Add support for DataFlowPythonOperator."

2017-02-01 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-8-test 77715b9e7 -> 7e65998a1 Revert "[AIRFLOW-782] Add support for DataFlowPythonOperator." This reverts commit dc97bcd3b7e0a7eebd838f0fb0452a0b47ba417b. Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo

[08/14] incubator-airflow git commit: [AIRFLOW-815] Add prev/next execution dates to template variables

2017-02-01 Thread bolke
[AIRFLOW-815] Add prev/next execution dates to template variables This patch adds the previous/next execution dates to the default variables available in a template. Closes #2033 from danielvdende/add-execution-dates Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo

[02/14] incubator-airflow git commit: [AIRFLOW-780] Fix dag import errors no longer working

2017-02-01 Thread bolke
[AIRFLOW-780] Fix dag import errors no longer working The import errors were no longer working after the multiprocessor update (since they are cleared after each DAG directory is parsed). This change fixes them, and adds tests to prevent future regressions. Also fix a couple of linter errors.

[07/14] incubator-airflow git commit: [AIRFLOW-813] Fix unterminated unit tests in SchedulerJobTest

2017-02-01 Thread bolke
[AIRFLOW-813] Fix unterminated unit tests in SchedulerJobTest Closes #2032 from fenglu-g/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/3ca287d8 Tree:

[10/14] incubator-airflow git commit: [AIRFLOW-817] Check for None value of execution_date in endpoint

2017-02-01 Thread bolke
[AIRFLOW-817] Check for None value of execution_date in endpoint execution_date can be present in json while resolving to None. Closes #2034 from bolkedebruin/AIRFLOW-817 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Commented] (AIRFLOW-782) Add a new PythonDataFlowOperator which runs python based dataflow jobs.

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

[jira] [Commented] (AIRFLOW-822) Close the connection before throwing exception in BaseHook

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

[jira] [Commented] (AIRFLOW-816) Make sure to pull nvd3 from local resources

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

[06/14] incubator-airflow git commit: [AIRFLOW-813] Fix unterminated unit tests in SchedulerJobTest

2017-02-01 Thread bolke
[AIRFLOW-813] Fix unterminated unit tests in SchedulerJobTest Closes #2030 from fenglu-g/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/9d9e56dc Tree:

[jira] [Commented] (AIRFLOW-821) Scheduler dagbag importing not Py3 compatible

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

[14/14] incubator-airflow git commit: Merge branch 'master' into v1-8-test

2017-02-01 Thread bolke
Merge branch 'master' into v1-8-test Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/77715b9e Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/77715b9e Diff:

[jira] [Commented] (AIRFLOW-813) Fix unterminated unit tests in tests.job (tests/job.py)

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

[01/14] incubator-airflow git commit: [AIRFLOW-782] Add support for DataFlowPythonOperator.

2017-02-01 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-8-test 44a980df5 -> 77715b9e7 [AIRFLOW-782] Add support for DataFlowPythonOperator. DataFlowPythonOperator allows users to definie GCP dataflow task where the pipeline job is specified in Python. The corresponding unit tests are

[jira] [Commented] (AIRFLOW-815) Add previous/next execution dates to available default variables.

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

[jira] [Commented] (AIRFLOW-789) Update UPDATING.md for Airflow 1.8

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

incubator-airflow git commit: [AIRFLOW-789] Update UPDATING.md

2017-02-01 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 1accb54ff -> c64832718 [AIRFLOW-789] Update UPDATING.md Closes #2011 from bolkedebruin/AIRFLOW-789 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Created] (AIRFLOW-825) Add Dataflow semantics

2017-02-01 Thread Jeremiah Lowin (JIRA)
Jeremiah Lowin created AIRFLOW-825: -- Summary: Add Dataflow semantics Key: AIRFLOW-825 URL: https://issues.apache.org/jira/browse/AIRFLOW-825 Project: Apache Airflow Issue Type: Improvement

[jira] [Resolved] (AIRFLOW-816) Make sure to pull nvd3 from local resources

2017-02-01 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-816. Resolution: Fixed Fix Version/s: 1.8.1 Issue resolved by pull request #2035

[jira] [Commented] (AIRFLOW-816) Make sure to pull nvd3 from local resources

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

[jira] [Commented] (AIRFLOW-816) Make sure to pull nvd3 from local resources

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

[jira] [Commented] (AIRFLOW-816) Make sure to pull nvd3 from local resources

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

incubator-airflow git commit: [AIRFLOW-816] Use static nvd3 and d3

2017-02-01 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-8-test 98e3d6ffc -> 44a980df5 [AIRFLOW-816] Use static nvd3 and d3 Closes #2035 from bolkedebruin/AIRFLOW-816 (cherry picked from commit 1accb54ff561b8d745277308447dd6f9d3e9f8d5) Signed-off-by: Bolke de Bruin

[jira] [Commented] (AIRFLOW-816) Make sure to pull nvd3 from local resources

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

incubator-airflow git commit: [AIRFLOW-816] Use static nvd3 and d3

2017-02-01 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master fbb59b944 -> 1accb54ff [AIRFLOW-816] Use static nvd3 and d3 Closes #2035 from bolkedebruin/AIRFLOW-816 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Created] (AIRFLOW-824) Allow writing to XCOM values via API

2017-02-01 Thread Robin Miller (JIRA)
Robin Miller created AIRFLOW-824: Summary: Allow writing to XCOM values via API Key: AIRFLOW-824 URL: https://issues.apache.org/jira/browse/AIRFLOW-824 Project: Apache Airflow Issue Type:

[jira] [Created] (AIRFLOW-823) Make task instance details available via API

2017-02-01 Thread Robin Miller (JIRA)
Robin Miller created AIRFLOW-823: Summary: Make task instance details available via API Key: AIRFLOW-823 URL: https://issues.apache.org/jira/browse/AIRFLOW-823 Project: Apache Airflow Issue