You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2017/01/10 08:15:11 UTC

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

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/ba490d27
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/ba490d27
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/ba490d27

Branch: refs/heads/v1-8-test
Commit: ba490d27daa841369a02b8db33937f4397bdbee2
Parents: 0611f5c 2d54d8a
Author: Bolke de Bruin <bo...@xs4all.nl>
Authored: Tue Jan 10 09:14:09 2017 +0100
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Tue Jan 10 09:14:09 2017 +0100

----------------------------------------------------------------------
 UPDATING.md                                    |   8 +
 airflow/contrib/hooks/bigquery_hook.py         |  27 +++
 airflow/contrib/operators/dataproc_operator.py | 253 ++++++++++++++++++++
 airflow/contrib/sensors/bigquery_sensor.py     |  69 ++++++
 airflow/models.py                              |   2 +
 airflow/operators/sensors.py                   |   5 +-
 airflow/www/app.py                             |   6 +-
 tests/operators/hive_operator.py               |  96 +++++---
 8 files changed, 426 insertions(+), 40 deletions(-)
----------------------------------------------------------------------