Please include the full exception and please show the code that produces it. See also https://beam.apache.org/documentation/programming-guide/#transforms-sideio section "Side inputs and windowing" - that might be sufficient to resolve your problem.
On Thu, Sep 7, 2017 at 5:10 AM Chaim Turkel <[email protected]> wrote: > Hi, > I have a pipline that bases on documents from mongo updates the > schema and then adds the records to mongo. Since i want a partitioned > table, i have a dally window. > How do i get the schema view to be a window, i get the exception of: > > Attempted to get side input window for GlobalWindow from non-global > WindowFn" > > chaim >
