You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2020/02/18 16:38:37 UTC

[beam] branch master updated (2223871 -> 945b0bc)

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

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


    from 2223871  Merge pull request #10880: Change static Map fields in ReflectUtils to be concurrent
     add 945b0bc  [BEAM-9258] Integrate Google Cloud Data loss prevention functionality for Python SDK (#10849)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                       |   1 +
 sdks/python/apache_beam/ml/__init__.py           |  17 ++
 sdks/python/apache_beam/ml/gcp/__init__.py       |  17 ++
 sdks/python/apache_beam/ml/gcp/cloud_dlp.py      | 226 +++++++++++++++++++++++
 sdks/python/apache_beam/ml/gcp/cloud_dlp_test.py | 136 ++++++++++++++
 sdks/python/setup.py                             |   1 +
 6 files changed, 398 insertions(+)
 create mode 100644 sdks/python/apache_beam/ml/__init__.py
 create mode 100644 sdks/python/apache_beam/ml/gcp/__init__.py
 create mode 100644 sdks/python/apache_beam/ml/gcp/cloud_dlp.py
 create mode 100644 sdks/python/apache_beam/ml/gcp/cloud_dlp_test.py