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 933b36f708f Bump actions/checkout from 3 to 4
     add 3655b1ea3fb Update dyi-content-discovery-platform-genai-beam.md
     add f3df03d8fa9 Merge pull request #28788 from apache/aaltay-patch-1
     add 12b07140203 Add notebook for per key models (#28327)
     add c01b41f9758 Bump urllib3 from 1.26.16 to 1.26.17 in 
/sdks/python/container/py310 (#28785)
     add be805372238 BigQuery testing suite that runs against BQ's day 0 region 
(#28397)
     add cafac8abc9c 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   (933b36f708f)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/actions/checkout-4 (cafac8abc9c)

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:
 ... beam_PostCommit_Java_BigQueryEarlyRollout.yml} |  27 +-
 examples/notebooks/beam-ml/README.md               |   1 +
 examples/notebooks/beam-ml/per_key_models.ipynb    | 608 +++++++++++++++++++++
 sdks/java/io/google-cloud-platform/build.gradle    |  44 +-
 .../sdk/io/gcp/bigquery/TestBigQueryOptions.java   |   7 +
 .../gcp/common/GcpIoPipelineOptionsRegistrar.java  |   2 +
 .../beam/sdk/io/gcp/testing/BigqueryClient.java    |  37 +-
 .../io/gcp/bigquery/BigQueryIOStorageQueryIT.java  |  10 +-
 .../io/gcp/bigquery/BigQueryIOStorageReadIT.java   |   9 +-
 .../bigquery/BigQueryIOStorageReadTableRowIT.java  |  43 +-
 .../io/gcp/bigquery/BigQueryIOStorageWriteIT.java  |  31 +-
 .../bigquery/BigQuerySchemaUpdateOptionsIT.java    |   6 +-
 .../BigQueryTimePartitioningClusteringIT.java      |  42 +-
 .../sdk/io/gcp/bigquery/BigQueryToTableIT.java     |   9 +-
 .../sdk/io/gcp/bigquery/FileLoadsStreamingIT.java  |   9 +-
 .../bigquery/StorageApiDirectWriteProtosIT.java    |   9 +-
 .../gcp/bigquery/StorageApiSinkFailedRowsIT.java   |  13 +-
 .../io/gcp/bigquery/StorageApiSinkRowUpdateIT.java |   9 +-
 .../gcp/bigquery/StorageApiSinkSchemaUpdateIT.java |  17 +-
 .../gcp/bigquery/TableRowToStorageApiProtoIT.java  |  11 +-
 .../container/py310/base_image_requirements.txt    |   2 +-
 .../dyi-content-discovery-platform-genai-beam.md   |   2 +-
 22 files changed, 872 insertions(+), 76 deletions(-)
 copy .github/workflows/{beam_PostCommit_Java.yml => 
beam_PostCommit_Java_BigQueryEarlyRollout.yml} (75%)
 create mode 100644 examples/notebooks/beam-ml/per_key_models.ipynb

Reply via email to