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

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


    from a6c9c92  Use StateTags.ID_EQUIVALENCE when using comparing StateTags 
in WindmillStateCache
     add e7e13f9  [BEAM-5148] Add MongoDB IO to python sdk
     new acb1f56  Merge pull request #8826: [BEAM-5148] Implement MongoDB IO 
for Python SDK

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)
 create mode 100644 sdks/python/apache_beam/io/mongodbio.py
 create mode 100644 sdks/python/apache_beam/io/mongodbio_test.py

Reply via email to