You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by cr...@apache.org on 2017/09/13 17:40:15 UTC

[31/37] incubator-airflow git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-airflow

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-airflow


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/a3ee59d7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/a3ee59d7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/a3ee59d7

Branch: refs/heads/master
Commit: a3ee59d7f3e19238d408e01020879c54bc102a5c
Parents: 2ae6a55 af91e2a
Author: Chris Riccomini <cr...@apache.org>
Authored: Wed Sep 6 09:51:45 2017 -0700
Committer: Chris Riccomini <cr...@apache.org>
Committed: Wed Sep 6 09:51:45 2017 -0700

----------------------------------------------------------------------
 airflow/contrib/hooks/gcp_cloudml_hook.py       | 269 ---------
 airflow/contrib/hooks/gcp_mlengine_hook.py      | 269 +++++++++
 airflow/contrib/operators/cloudml_operator.py   | 565 -------------------
 .../contrib/operators/cloudml_operator_utils.py | 245 --------
 .../operators/cloudml_prediction_summary.py     | 177 ------
 airflow/contrib/operators/mlengine_operator.py  | 564 ++++++++++++++++++
 .../operators/mlengine_operator_utils.py        | 245 ++++++++
 .../operators/mlengine_prediction_summary.py    | 177 ++++++
 tests/contrib/hooks/test_gcp_cloudml_hook.py    | 413 --------------
 tests/contrib/hooks/test_gcp_mlengine_hook.py   | 413 ++++++++++++++
 .../contrib/operators/test_cloudml_operator.py  | 373 ------------
 .../operators/test_cloudml_operator_utils.py    | 183 ------
 .../contrib/operators/test_mlengine_operator.py | 373 ++++++++++++
 .../operators/test_mlengine_operator_utils.py   | 183 ++++++
 14 files changed, 2224 insertions(+), 2225 deletions(-)
----------------------------------------------------------------------