This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/actions/upload-artifact-3
in repository https://gitbox.apache.org/repos/asf/beam.git


    omit 43118b47925 Bump actions/upload-artifact from 2 to 3
     add fef4cf8a028 Merge pull request #28124: Allow using CREATE_IF_NEEDED 
when writing deletes or updates to BigQuery
     add 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 0ea1f5b9b93 Bump actions/upload-artifact from 2 to 3

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   (43118b47925)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/actions/upload-artifact-3 (0ea1f5b9b93)

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:
 .../arc/environments/beam.env                      |  17 +
 .github/workflows/README.md                        |   1 +
 ...rect.yml => beam_PreCommit_Java_IOs_Direct.yml} |  31 +-
 .../vertex-ai-featurestore/README.md               |  74 +++
 .../vertex-ai-featurestore/featurestore.tf         |  89 +++
 .../vertex-ai-featurestore/synthea.tfvars          | 621 ++++++++++++++++++++
 .../variables.tf                                   |  34 +-
 sdks/go/pkg/beam/io/bigqueryio/bigquery.go         |   4 +-
 .../beam/sdk/io/gcp/bigquery/BigQueryIO.java       |  39 +-
 .../sdk/io/gcp/bigquery/CreateTableHelpers.java    |   9 +
 .../beam/sdk/io/gcp/bigquery/CreateTables.java     |   5 +
 .../sdk/io/gcp/bigquery/DynamicDestinations.java   |   9 +
 .../gcp/bigquery/DynamicDestinationsHelpers.java   |  30 +
 .../bigquery/StorageApiDynamicDestinations.java    |  36 +-
 .../bigquery/StorageApiWriteUnshardedRecords.java  |   1 +
 .../bigquery/StorageApiWritesShardedRecords.java   |   4 +-
 .../io/gcp/bigquery/StorageApiSinkRowUpdateIT.java |  42 +-
 .../apache_beam/options/pipeline_options_test.py   | 383 ++++++-------
 .../options/pipeline_options_validator_test.py     | 624 +++++++--------------
 sdks/python/apache_beam/yaml/yaml_transform.py     |   2 +-
 .../apache_beam/yaml/yaml_transform_scope_test.py  | 204 +++++++
 .../python/apache_beam/yaml/yaml_transform_test.py | 133 +----
 .../apache_beam/yaml/yaml_transform_unit_test.py   | 210 +++++++
 23 files changed, 1734 insertions(+), 868 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 sdks/python/apache_beam/yaml/yaml_transform_scope_test.py
 create mode 100644 sdks/python/apache_beam/yaml/yaml_transform_unit_test.py

Reply via email to