You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2022/09/01 16:32:06 UTC

[beam] branch master updated (2df47e7657c -> 7153c21eac7)

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

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


    from 2df47e7657c [fixes #22980] Migrate BeamFnLoggingClient to the new execution state sampler. (#22981)
     add 7153c21eac7 Add initial read_gbq wrapper (#22616)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/dataframe/io.py         |  83 +++++++++++++++++
 sdks/python/apache_beam/dataframe/io_it_test.py | 114 ++++++++++++++++++++++++
 sdks/python/apache_beam/dataframe/io_test.py    |  57 +++++++++++-
 3 files changed, 253 insertions(+), 1 deletion(-)
 create mode 100644 sdks/python/apache_beam/dataframe/io_it_test.py