You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ri...@apache.org on 2024/03/06 16:35:01 UTC

(beam) branch master updated: Fix website precommit (#30540)

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

riteshghorse 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 1c7fb4bc8a0 Fix website precommit (#30540)
1c7fb4bc8a0 is described below

commit 1c7fb4bc8a01e460c55164aa9f4ddb8ddacda52a
Author: Danny McCormick <da...@google.com>
AuthorDate: Wed Mar 6 11:34:55 2024 -0500

    Fix website precommit (#30540)
---
 website/www/site/content/en/documentation/sdks/yaml.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/website/www/site/content/en/documentation/sdks/yaml.md b/website/www/site/content/en/documentation/sdks/yaml.md
index d9c3b8db51b..8d4c6fb94b5 100644
--- a/website/www/site/content/en/documentation/sdks/yaml.md
+++ b/website/www/site/content/en/documentation/sdks/yaml.md
@@ -615,7 +615,12 @@ pipeline:
         topic: myPubSubTopic
         format: ...
         schema: ...
-    ...
+      windowing:
+        type: fixed
+        size: 60s
+    - type: Sql
+      config:
+        query: "select col1, count(*) as c from PCOLLECTION"
     - type: WriteToPubSub
       config:
         topic: anotherPubSubTopic