This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 7a4850dcdae Merge pull request #32074: Fixes GitHub issue #30257
add c23e60383bc Add Lineage metrics to Python BigQueryIO (#32116)
No new revisions were added by this update.
Summary of changes:
sdks/python/apache_beam/io/gcp/bigquery.py | 11 +++
.../apache_beam/io/gcp/bigquery_file_loads.py | 12 ++++
.../apache_beam/io/gcp/bigquery_file_loads_test.py | 10 +++
.../apache_beam/io/gcp/bigquery_read_internal.py | 7 ++
.../io/gcp/bigquery_schema_tools_test.py | 18 ++---
sdks/python/apache_beam/io/gcp/bigquery_test.py | 43 +++++++++++
sdks/python/apache_beam/metrics/metric.py | 83 +++++++++++++++++++++-
sdks/python/apache_beam/metrics/metric_test.py | 22 ++++++
8 files changed, 192 insertions(+), 14 deletions(-)