[
https://issues.apache.org/jira/browse/BEAM-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17005796#comment-17005796
]
Monika Kovacs commented on BEAM-7468:
-------------------------------------
h4. 7.3.4. Single global window
If your {{PCollection}} is bounded (the size is fixed), you can assign all the
elements to a single global window. The following example code shows how to set
a single global window for a {{PCollection}}:
{{from apache_beam import windowsession_windowed_items = (items | 'window' >>
beam.WindowInto(window.GlobalWindows()))}}
> Add Python global window side input pattern
> -------------------------------------------
>
> Key: BEAM-7468
> URL: https://issues.apache.org/jira/browse/BEAM-7468
> Project: Beam
> Issue Type: Improvement
> Components: website
> Reporter: Cyrus Maden
> Assignee: Reza ardeshir rokni
> Priority: Minor
>
> Tracker for documenting a Python version of the side input pattern "Using
> global window side inputs in non-global windows"
> [https://beam.apache.org|https://beam.apache.org/documentation/pipelines/design-your-pipeline/]
>
> [/documentation/patterns/side-input-patterns/#using-global-window-side-inputs-in-non-global-windows|http://localhost:4000/documentation/patterns/side-input-patterns/]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)