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 d357d035812 Update CHANGE.md after 2.41.0 cut (#22577)
add 5b1e1520b97 Convert to BeamSchema type from ReadfromBQ (#17159)
No new revisions were added by this update.
Summary of changes:
sdks/python/apache_beam/io/gcp/bigquery.py | 49 +++++-
.../apache_beam/io/gcp/bigquery_read_it_test.py | 80 +++++++++
.../apache_beam/io/gcp/bigquery_schema_tools.py | 119 +++++++++++++
.../io/gcp/bigquery_schema_tools_test.py | 186 +++++++++++++++++++++
4 files changed, 429 insertions(+), 5 deletions(-)
create mode 100644 sdks/python/apache_beam/io/gcp/bigquery_schema_tools.py
create mode 100644 sdks/python/apache_beam/io/gcp/bigquery_schema_tools_test.py