You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2023/02/27 19:39:21 UTC

[beam] branch master updated (cf7ba6d1c59 -> fabd1f6d7a6)

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

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


    from cf7ba6d1c59 Update mock requirement in /sdks/python (#25503)
     add fabd1f6d7a6 Add ReadFrom/WriteTo Csv/Json as top-level transforms to the Python SDK. (#25614)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                |   1 +
 sdks/python/apache_beam/io/fileio.py      |   9 +-
 sdks/python/apache_beam/io/textio.py      | 166 +++++++++++++++++++++++++++++-
 sdks/python/apache_beam/io/textio_test.py |  33 ++++++
 sdks/python/scripts/generate_pydoc.sh     |   4 +-
 sdks/python/setup.py                      |   3 +-
 6 files changed, 210 insertions(+), 6 deletions(-)