You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2019/06/18 21:07:51 UTC

[beam] 01/01: Merge pull request #8826: [BEAM-5148] Implement MongoDB IO for Python SDK

This is an automated email from the ASF dual-hosted git repository.

chamikara pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit acb1f561cc0803367010dc025d13a41b50611f7d
Merge: a6c9c92 e7e13f9
Author: Chamikara Jayalath <ch...@apache.org>
AuthorDate: Tue Jun 18 14:07:23 2019 -0700

    Merge pull request #8826: [BEAM-5148] Implement MongoDB IO for Python SDK

 ownership/PYTHON_DEPENDENCY_OWNERS.yaml      |   3 +
 sdks/python/apache_beam/io/__init__.py       |   2 +-
 sdks/python/apache_beam/io/mongodbio.py      | 364 +++++++++++++++++++++++++++
 sdks/python/apache_beam/io/mongodbio_test.py | 215 ++++++++++++++++
 sdks/python/setup.py                         |   1 +
 5 files changed, 584 insertions(+), 1 deletion(-)