This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 44b639fdd7e [yaml] yaml_transform.py unit tests (#27338)
add 18908f5b777 adding highmem runner to ARC (#28157)
add a3b82f4b5ec Fix typo in bigqueryio/bigquery.go (#28156)
add 21b7e3abae6 Implement terraform code to provision Vertex AI resources
(#27979)
add b918dd4c169 [Python] Cleanup Python tests in pipeline options module
(#28158)
add 6e0ff033876 Add GitHub Workflow Replacement for Jenkins
job_PreCommit_Java_IOs_Direct (#28141)
add 235b7f955be add bullet points to SDK list on home page (resolves
#22307)
add 9989e632210 Merge pull request #28163: add bullet points to SDK list
on home page
add 98da8506952 [release automation] Add documentation building job to
build_release_candidate.yml workflow (#28136)
add e98bbfd367b Add Vertex AI RunInference Notebook (#28160)
add 0ab1e58146e Revert "Bump github.com/proullon/ramsql from 0.0.1 to
0.1.1 in /sdks (#28089)" (#28165)
add bc7655d7dfe Fix Bigquery read when selected_fields is used with beam
rows output.
add 9ace69a3956 Add some tests.
add fdf3dfc57b9 Merge pull request #28153 Fix Bigquery read when
selected_fields is used with beam rows output.
add db23583d022 [#28126] plumb coder errors with better context. (#28164)
add e26735d69f0 connect err (#28170)
No new revisions were added by this update.
Summary of changes:
.../arc/environments/beam.env | 17 +
.github/workflows/README.md | 1 +
...rect.yml => beam_PreCommit_Java_IOs_Direct.yml} | 31 +-
.github/workflows/build_release_candidate.yml | 112 ++++
.../vertex-ai-featurestore/README.md | 74 +++
.../vertex-ai-featurestore/featurestore.tf | 89 +++
.../vertex-ai-featurestore/synthea.tfvars | 621 ++++++++++++++++++++
.../variables.tf | 34 +-
.../beam-ml/run_inference_vertex_ai.ipynb | 396 +++++++++++++
sdks/go.mod | 6 +-
sdks/go.sum | 23 +-
sdks/go/pkg/beam/io/bigqueryio/bigquery.go | 4 +-
sdks/go/pkg/beam/runners/prism/internal/coders.go | 32 +-
.../pkg/beam/runners/prism/internal/coders_test.go | 6 +-
.../prism/internal/engine/elementmanager.go | 14 +-
sdks/go/pkg/beam/runners/prism/internal/execute.go | 14 +-
.../beam/runners/prism/internal/handlerunner.go | 15 +-
sdks/go/pkg/beam/runners/prism/internal/stage.go | 19 +-
.../beam/runners/prism/internal/worker/worker.go | 14 +-
.../runners/prism/internal/worker/worker_test.go | 13 +-
sdks/python/apache_beam/io/gcp/bigquery.py | 12 +-
.../apache_beam/io/gcp/bigquery_read_it_test.py | 13 +
.../apache_beam/io/gcp/bigquery_schema_tools.py | 20 +-
.../io/gcp/bigquery_schema_tools_test.py | 15 +
.../apache_beam/options/pipeline_options_test.py | 383 ++++++-------
.../options/pipeline_options_validator_test.py | 624 +++++++--------------
.../site/content/en/contribute/release-guide.md | 5 +-
.../layouts/shortcodes/documentation/sdks.html | 11 +-
28 files changed, 1888 insertions(+), 730 deletions(-)
copy .github/workflows/{beam_PreCommit_Java_Cassandra_IO_Direct.yml =>
beam_PreCommit_Java_IOs_Direct.yml} (78%)
create mode 100644
.test-infra/terraform/google-cloud-platform/vertex-ai-featurestore/README.md
create mode 100644
.test-infra/terraform/google-cloud-platform/vertex-ai-featurestore/featurestore.tf
create mode 100644
.test-infra/terraform/google-cloud-platform/vertex-ai-featurestore/synthea.tfvars
copy .test-infra/terraform/google-cloud-platform/{google-kubernetes-engine =>
vertex-ai-featurestore}/variables.tf (56%)
create mode 100644 examples/notebooks/beam-ml/run_inference_vertex_ai.ipynb