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 01197c42319 Add GBK, CoGBK, SideInputs and Combine python batch load
tests to perf alert tool (#28746)
add 2b20e26bb3b Restrict build_runner_image to pull_request instead of
pull_request_target (#28745)
add f2194f6b4c8 Temporarily Ignore 2 FhirIO Integration Tests (#28717)
add bf1e8297582 Report total active threads (#28513)
add 5fd870e1023 Fix dockerhub task
add 282d027f162 Merge pull request #28766: Fix dockerhub task
add 3bbfa7ec29a runner image to 2b20e26bb3b99d8e4f41a3d1d9d2e7080043de5c
(#28769)
add 4a9608dfc82 Github Workflow Replacement for Jenkins Jobs,
beam_PerformanceTests_xlang_KafkaIO_Python (#28730)
add 11e2bae4cbe Fix input detection. (#28775)
add a7bf59436a6 Removing Depreciation warning when using pipeline.options
(#28774)
add bd1c95cb0de Better flag documentation. (#28753)
add 71c8459633e [Blog Post] Apache Beam for a content discovery platform
(#28734)
No new revisions were added by this update.
Summary of changes:
.../arc/environments/beam.env | 6 +-
.../beam_PerformanceTests_xlang_KafkaIO_Python.yml | 121 ++++++++
.github/workflows/build_release_candidate.yml | 2 +-
.github/workflows/build_runner_image.yml | 2 +-
.../xlang_KafkaIO_Python.txt | 30 ++
...ob_PerformanceTests_xlang_KafkaIO_Python.groovy | 124 --------
.../04-outside-services/outside-0.yml | 1 -
.../04-outside-services/outside-1.yml | 3 +-
.../04-outside-services/outside-2.yml | 3 +-
.../dataflow/worker/DataflowSystemMetrics.java | 2 +
.../dataflow/worker/StreamingDataflowWorker.java | 11 +
.../dataflow/worker/util/BoundedQueueExecutor.java | 4 +
.../worker/StreamingDataflowWorkerTest.java | 75 ++++-
.../beam/sdk/io/gcp/healthcare/FhirIOSearchIT.java | 3 +
sdks/python/apache_beam/pipeline.py | 4 -
.../runners/dataflow/dataflow_runner.py | 20 +-
.../runners/interactive/interactive_beam.py | 6 -
.../runners/interactive/interactive_environment.py | 6 -
.../runners/interactive/recording_manager.py | 5 -
sdks/python/apache_beam/yaml/yaml_provider.py | 4 +-
.../dyi-content-discovery-platform-genai-beam.md | 338 +++++++++++++++++++++
website/www/site/data/authors.yml | 6 +
.../images/blog/dyi-cdp-genai-beam/cdp-arch.png | Bin 0 -> 271543 bytes
.../blog/dyi-cdp-genai-beam/cdp-highlevel.png | Bin 0 -> 31242 bytes
.../images/blog/dyi-cdp-genai-beam/pipeline-1.png | Bin 0 -> 146525 bytes
.../pipeline-2-extractcontent.png | Bin 0 -> 130427 bytes
.../pipeline-3-errorhandling.png | Bin 0 -> 112800 bytes
.../pipeline-4-processembeddings1.png | Bin 0 -> 49246 bytes
.../pipeline-4-processembeddings2.png | Bin 0 -> 58035 bytes
.../dyi-cdp-genai-beam/pipeline-5-storecontent.png | Bin 0 -> 74751 bytes
.../dyi-cdp-genai-beam/pipeline-6-refresh1.png | Bin 0 -> 74889 bytes
.../dyi-cdp-genai-beam/pipeline-6-refresh2.png | Bin 0 -> 72757 bytes
.../dyi-cdp-genai-beam/pipeline-6-refresh3.png | Bin 0 -> 53972 bytes
33 files changed, 605 insertions(+), 171 deletions(-)
create mode 100644
.github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml
create mode 100644
.github/workflows/performance-tests-job-configs/xlang_KafkaIO_Python.txt
delete mode 100644
.test-infra/jenkins/job_PerformanceTests_xlang_KafkaIO_Python.groovy
create mode 100644
website/www/site/content/en/blog/dyi-content-discovery-platform-genai-beam.md
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/cdp-arch.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/cdp-highlevel.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-1.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-2-extractcontent.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-3-errorhandling.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-4-processembeddings1.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-4-processembeddings2.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-5-storecontent.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-6-refresh1.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-6-refresh2.png
create mode 100644
website/www/site/static/images/blog/dyi-cdp-genai-beam/pipeline-6-refresh3.png