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 83ec73e60c3 Added dlq and error metrics to kafka read schema transform
(partially) (#26560)
add dbefe4f8b09 Colab Notebook Integration Tests (#26690)
No new revisions were added by this update.
Summary of changes:
.../apache_beam/testing/notebooks}/__init__.py | 0
.../python/apache_beam/testing/notebooks/runner.py | 148 +++++++++++++++++++++
.../apache_beam/testing/notebooks/testlib.py | 65 +++++++++
sdks/python/setup.py | 4 +-
4 files changed, 216 insertions(+), 1 deletion(-)
copy {.test-infra/jenkins/dependency_check =>
sdks/python/apache_beam/testing/notebooks}/__init__.py (100%)
create mode 100644 sdks/python/apache_beam/testing/notebooks/runner.py
create mode 100644 sdks/python/apache_beam/testing/notebooks/testlib.py