This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/sdks/cloud.google.com/go/bigtable-1.22.0
in repository https://gitbox.apache.org/repos/asf/beam.git
discard d2c84481be7 Bump cloud.google.com/go/bigtable from 1.21.0 to 1.22.0 in
/sdks
add 872afa0d7ab add pythonpath to cloudcoverage tox environment (#30673)
add 33a0bfb5d37 Misc doc and infra fix after 2.55.0 release (#30702)
add d7eaaf07191 Duet AI code-explanation and code-generation prompts basic
(#30686)
add e207a147c55 Revert "[BEAM-30531] Automatically execute unbounded
pipelines in streaming mode. (#30533)" (#30706)
add 102e2886545 [YAML] Add simple description and doc reference for
several transforms. (#30705)
add 1eb9ea28d91 [YAML] HTML generation of yaml transform catalogue.
(#30707)
add 7ca1a5ddffd Move dependency tests from PreCommit Coverage to
PostCommit (#30704)
add c00e347c731 Bump google.golang.org/api from 0.166.0 to 0.171.0 in
/sdks (#30714)
add 1cefd43c9ca Bump cloud.google.com/go/bigtable from 1.21.0 to 1.22.0 in
/sdks
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 (d2c84481be7)
\
N -- N -- N
refs/heads/dependabot/go_modules/sdks/cloud.google.com/go/bigtable-1.22.0
(1cefd43c9ca)
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/build.gradle | 2 +-
.github/workflows/README.md | 13 +-
.github/workflows/beam_PostCommit_Java_Sickbay.yml | 2 +-
...k.yml => beam_PostCommit_Python_Dependency.yml} | 38 ++---
.../workflows/beam_PostCommit_Sickbay_Python.yml | 2 +-
.../workflows/beam_PreCommit_Python_Coverage.yml | 4 +
.../workflows/deploy_release_candidate_pypi.yaml | 13 +-
CHANGES.md | 1 -
contributor-docs/release-guide.md | 2 +-
.../prompts/code-explanation/java/07_io_json.md | 138 ++++++++++++++++++
.../prompts/code-explanation/java/08_io_csv.md | 138 ++++++++++++++++++
.../prompts/code-explanation/java/09_io_avro.md | 92 ++++++++++++
.../prompts/code-explanation/java/10_io_parquet.md | 153 ++++++++++++++++++++
.../prompts/code-generation/java/07_io_json.md | 87 +++++++++++
learning/prompts/code-generation/java/08_io_csv.md | 78 ++++++++++
.../prompts/code-generation/java/09_io_avro.md | 68 +++++++++
.../prompts/code-generation/java/10_io_parquet.md | 130 +++++++++++++++++
sdks/go.mod | 20 +--
sdks/go.sum | 40 +++---
sdks/java/harness/build.gradle | 15 --
.../examples/cookbook/bigtableio_it_test.py | 4 +-
.../runners/dataflow/dataflow_runner.py | 20 ---
.../runners/dataflow/dataflow_runner_test.py | 61 --------
sdks/python/apache_beam/yaml/generate_yaml_docs.py | 160 +++++++++++++++------
sdks/python/apache_beam/yaml/yaml_combine.py | 14 ++
sdks/python/apache_beam/yaml/yaml_mapping.py | 32 ++++-
sdks/python/apache_beam/yaml/yaml_provider.py | 16 ++-
sdks/python/test-suites/tox/common.gradle | 4 -
sdks/python/test-suites/tox/py38/build.gradle | 54 ++++---
sdks/python/tox.ini | 10 +-
30 files changed, 1166 insertions(+), 245 deletions(-)
copy .github/workflows/{beam_PostCommit_PortableJar_Flink.yml =>
beam_PostCommit_Python_Dependency.yml} (83%)
create mode 100644 learning/prompts/code-explanation/java/07_io_json.md
create mode 100644 learning/prompts/code-explanation/java/08_io_csv.md
create mode 100644 learning/prompts/code-explanation/java/09_io_avro.md
create mode 100644 learning/prompts/code-explanation/java/10_io_parquet.md
create mode 100644 learning/prompts/code-generation/java/07_io_json.md
create mode 100644 learning/prompts/code-generation/java/08_io_csv.md
create mode 100644 learning/prompts/code-generation/java/09_io_avro.md
create mode 100644 learning/prompts/code-generation/java/10_io_parquet.md