This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 4f6d796f616 Publishing website 2026/06/02 18:53:01 at commit 8c93ab0
4f6d796f616 is described below
commit 4f6d796f616f336078d8efffea68ee67a7e74365
Author: runner <runner@main-runner-2404-9kmqn-t78hw>
AuthorDate: Tue Jun 2 18:53:01 2026 +0000
Publishing website 2026/06/02 18:53:01 at commit 8c93ab0
---
website/generated-content/documentation/io/managed-io/index.html | 9 ++++++---
website/generated-content/sitemap.xml | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/website/generated-content/documentation/io/managed-io/index.html
b/website/generated-content/documentation/io/managed-io/index.html
index 26bc1d60554..08571b55f2c 100644
--- a/website/generated-content/documentation/io/managed-io/index.html
+++ b/website/generated-content/documentation/io/managed-io/index.html
@@ -35,7 +35,7 @@
<img class=banner-img-mobile
src=/images/banners/tour-of-beam/tour-of-beam-mobile.png alt="Start Tour of
Beam"></a></div><div class=swiper-slide><a
href=https://beam.apache.org/documentation/ml/overview/><img
class=banner-img-desktop
src=/images/banners/machine-learning/machine-learning-desktop.jpg alt="Machine
Learning">
<img class=banner-img-mobile
src=/images/banners/machine-learning/machine-learning-mobile.jpg alt="Machine
Learning"></a></div></div><div class=swiper-pagination></div><div
class=swiper-button-prev></div><div
class=swiper-button-next></div></div><script
src=/js/swiper-bundle.min.min.e0e8f81b0b15728d35ff73c07f42ddbb17a108d6f23df4953cb3e60df7ade675.js></script>
<script
src=/js/sliders/top-banners.min.afa7d0a19acf7a3b28ca369490b3d401a619562a2a4c9612577be2f66a4b9855.js></script>
-<script>function showSearch(){addPlaceholder();var
e,t=document.querySelector(".searchBar");t.classList.remove("disappear"),e=document.querySelector("#iconsBar"),e.classList.add("disappear")}function
addPlaceholder(){$("input:text").attr("placeholder","What are you looking
for?")}function endSearch(){var
e,t=document.querySelector(".searchBar");t.classList.add("disappear"),e=document.querySelector("#iconsBar"),e.classList.remove("disappear")}function
blockScroll(){$("body").toggleClass(" [...]
+<script>function showSearch(){addPlaceholder();var
e,t=document.querySelector(".searchBar");t.classList.remove("disappear"),e=document.querySelector("#iconsBar"),e.classList.add("disappear")}function
addPlaceholder(){$("input:text").attr("placeholder","What are you looking
for?")}function endSearch(){var
e,t=document.querySelector(".searchBar");t.classList.add("disappear"),e=document.querySelector("#iconsBar"),e.classList.remove("disappear")}function
blockScroll(){$("body").toggleClass(" [...]
simplicity and powerful enhancements. I/Os are now configured through a
lightweight, consistent interface: a simple configuration map with a unified
API that spans multiple connectors.</p><p>With Managed I/O, runners gain
deeper insight into each I/O’s structure and
@@ -49,8 +49,11 @@ and
<a
href=https://beam.apache.org/releases/pydoc/current/apache_beam.transforms.managed.html>Python</a>
SDKs.</p><p>Additionally, some SDKs use the Managed API internally. For
example, the Iceberg connector
used in <a
href=https://beam.apache.org/releases/yamldoc/current/#writetoiceberg>Beam
YAML</a>
-and Beam SQL is invoked via the Managed API under the hood.</p><h2
id=available-configurations>Available Configurations</h2><p><i>Note: required
configuration fields are <strong>bolded</strong>.</i></p><div
class=table-container-wrapper><table class="table
table-bordered"><tr><th>Connector Name</th><th>Read Configuration</th><th>Write
Configuration</th></tr><tr><td><strong>ICEBERG_CDC</strong></td><td><strong>table</strong>
(<code style=color:green>str</code>)<br>catalog_name (<code styl [...]
-For more information on table properties, please visit <a
href=https://iceberg.apache.org/docs/latest/configuration/#table-properties>https://iceberg.apache.org/docs/latest/configuration/#table-properties</a>.</td></tr><tr><td>triggering_frequency_seconds</td><td><code
style=color:#f54251>int32</code></td><td>For a streaming pipeline, sets the
frequency at which snapshots are produced.</td></tr></p></table></div><h3
id=mysql-read><code>MYSQL</code> Read</h3><div class=table-container-wra [...]
+and Beam SQL is invoked via the Managed API under the hood.</p><h2
id=available-configurations>Available Configurations</h2><p><i>Note: required
configuration fields are <strong>bolded</strong>.</i></p><div
class=table-container-wrapper><table class="table
table-bordered"><tr><th>Connector Name</th><th>Read Configuration</th><th>Write
Configuration</th></tr><tr><td><strong>ICEBERG_CDC</strong></td><td><strong>table</strong>
(<code style=color:green>str</code>)<br>catalog_name (<code styl [...]
+- none: don't shuffle rows (default)
+- hash: shuffle rows by partition key before writing
data</td></tr><tr><td>drop</td><td><code>list[<span
style=color:green>str</span>]</code></td><td>A list of field names to drop from
the input record before writing. Is mutually exclusive with 'keep' and
'only'.</td></tr><tr><td>keep</td><td><code>list[<span
style=color:green>str</span>]</code></td><td>A list of field names to keep in
the input record. All other fields are dropped before writing. Is mutually
exclusive with 'drop' and 'o [...]
+For more information on sort orders, please visit <a
href=https://iceberg.apache.org/spec/#sort-orders>https://iceberg.apache.org/spec/#sort-orders</a>.</td></tr><tr><td>table_properties</td><td><code>map[<span
style=color:green>str</span>, <span
style=color:green>str</span>]</code></td><td>Iceberg table properties to be set
on the table when it is created.
+For more information on table properties, please visit <a
href=https://iceberg.apache.org/docs/latest/configuration/#table-properties>https://iceberg.apache.org/docs/latest/configuration/#table-properties</a>.</td></tr><tr><td>triggering_frequency_seconds</td><td><code
style=color:#f54251>int32</code></td><td>For a streaming pipeline, sets the
frequency at which snapshots are produced.</td></tr></p></table></div><h3
id=sqlserver-read><code>SQLSERVER</code> Read</h3><div class=table-conta [...]
<a href=https://www.apache.org>The Apache Software Foundation</a>
| <a href=/privacy_policy>Privacy Policy</a>
| <a href=/feed.xml>RSS Feed</a><br><br>Apache Beam, Apache, Beam, the Beam
logo, and the Apache feather logo are either registered trademarks or
trademarks of The Apache Software Foundation. All other products or name brands
are trademarks of their respective holders, including The Apache Software
Foundation.</div></div><div class="footer__cols__col
footer__cols__col__logos"><div class=footer__cols__col--group><div
class=footer__cols__col__logo><a href=https://github.com/apache/beam><im [...]
\ No newline at end of file
diff --git a/website/generated-content/sitemap.xml
b/website/generated-content/sitemap.xml
index 06ff935230a..386824703b8 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/blog/beam-2.73.0/</loc><lastmod>2026-06-02T04:24:54-04:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2026-06-02T04:24:54-04:00</lastmod></url><url><loc>/blog/</loc><lastmod>2026-06-02T04:24:54-04:00</lastmod></url><url><loc>/categories/</loc><lastmod>2026-06-02T04:24:54-04:00</lastmod></url><url><loc>/catego
[...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/blog/beam-2.73.0/</loc><lastmod>2026-06-02T13:33:21-04:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2026-06-02T13:33:21-04:00</lastmod></url><url><loc>/blog/</loc><lastmod>2026-06-02T13:33:21-04:00</lastmod></url><url><loc>/categories/</loc><lastmod>2026-06-02T13:33:21-04:00</lastmod></url><url><loc>/catego
[...]
\ No newline at end of file