This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/checkout-4
in repository https://gitbox.apache.org/repos/asf/beam.git
omit aa406cd7633 Bump actions/checkout from 3 to 4
add 49ad65c1222 [YAML] Add PubSub reading and writing transforms. (#28595)
add 27f589e34f1 Fix Vertex AI postcommit suite to run the tests only once.
(#28571)
add ca9b44d6923 Move instructions for upgrading Go version to release guide
add cf0a1259509 Merge pull request #28647: Move instructions for upgrading
Go version to release guide
add 778ae5ff86b Bump actions/upload-artifact from 2 to 3 (#28006)
add 544745ca728 Bump com.avast.gradle:gradle-docker-compose-plugin (#28465)
add 89061ed47f9 Add Python Load Tests FnApiRunner Microbenchmark github
action (#28411)
add d7370292054 Bump actions/checkout from 3 to 4
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (aa406cd7633)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/checkout-4 (d7370292054)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/README.md | 1 +
...oadTests_Python_FnApiRunner_Microbenchmark.yml} | 46 ++--
...eam_PreCommit_Java_Examples_Dataflow_Java17.yml | 2 +-
.github/workflows/beam_PreCommit_SQL.yml | 2 +-
.github/workflows/beam_PreCommit_SQL_Java17.yml | 2 +-
.../config_FnApiRunner_Python_Microbenchmark.txt | 12 +-
buildSrc/build.gradle.kts | 2 +-
contributor-docs/release-guide.md | 10 +-
.../ml/inference/vertex_ai_inference_it_test.py | 3 +-
sdks/python/apache_beam/testing/util.py | 7 +
sdks/python/apache_beam/transforms/core.py | 37 ++-
sdks/python/apache_beam/typehints/schemas.py | 9 +
sdks/python/apache_beam/yaml/standard_io.yaml | 2 +
sdks/python/apache_beam/yaml/yaml_io.py | 225 +++++++++++++++++-
sdks/python/apache_beam/yaml/yaml_io_test.py | 257 +++++++++++++++++++++
sdks/python/apache_beam/yaml/yaml_transform.py | 2 +
sdks/python/pytest.ini | 2 +-
sdks/python/test-suites/dataflow/common.gradle | 2 +-
18 files changed, 571 insertions(+), 52 deletions(-)
copy .github/workflows/{beam_PerformanceTests_AvroIOIT.yml =>
beam_LoadTests_Python_FnApiRunner_Microbenchmark.yml} (69%)
copy playground/frontend/app.yaml =>
.github/workflows/load-tests-job-configs/config_FnApiRunner_Python_Microbenchmark.txt
(78%)
create mode 100644 sdks/python/apache_beam/yaml/yaml_io_test.py