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

derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 401844f7131 add mongodbio and datadogio to io connectors for yaml 
(#39223)
401844f7131 is described below

commit 401844f7131bb3000d075f60deb9680a2f18f243
Author: Derrick Williams <[email protected]>
AuthorDate: Wed Jul 8 10:31:15 2026 -0400

    add mongodbio and datadogio to io connectors for yaml (#39223)
---
 website/www/site/content/en/documentation/io/connectors.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/website/www/site/content/en/documentation/io/connectors.md 
b/website/www/site/content/en/documentation/io/connectors.md
index aad32837670..a1f7a038aae 100644
--- a/website/www/site/content/en/documentation/io/connectors.md
+++ b/website/www/site/content/en/documentation/io/connectors.md
@@ -809,7 +809,11 @@ This table provides a consolidated, at-a-glance overview 
of the available built-
       <a 
href="https://pkg.go.dev/github.com/apache/beam/sdks/v2/go/pkg/beam/io/mongodbio";>native</a>
     </td>
     <td>Not available</td>
-    <td>Not available</td>
+    <td class="present">
+      ✔
+      <br>
+      <a 
href="https://beam.apache.org/releases/yamldoc/current/#readfrommongodb";>read</a>
 / <a 
href="https://beam.apache.org/releases/yamldoc/current/#writetomongodb";>write</a>
+    </td>
     <td class="present">✔</td>
     <td class="absent">✘</td>
     <td class="absent">✘</td>
@@ -1252,7 +1256,11 @@ This table provides a consolidated, at-a-glance overview 
of the available built-
     <td>Not available</td>
     <td>Not available</td>
     <td>Not available</td>
-    <td>Not available</td>
+    <td class="present">
+      ✔
+      <br>
+      <a 
href="https://beam.apache.org/releases/yamldoc/current/#writetodatadog";>write</a>
+    </td>
     <td class="present">✔</td>
     <td class="present">✔</td>
     <td class="absent">✘</td>

Reply via email to