This is an automated email from the ASF dual-hosted git repository.
mikhail pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 9336272 [BEAM-i9751] upgrade zetasql to 2020.04.1 (#11410)
add 0595f79 [BEAM-9650] Add PeriodicImpulse Transform and slowly changing
side input documentation (#11182)
No new revisions were added by this update.
Summary of changes:
.../apache_beam/examples/snippets/snippets.py | 48 ++++++
.../apache_beam/examples/snippets/snippets_test.py | 52 ++++++
.../apache_beam/transforms/periodicsequence.py | 192 +++++++++++++++++++++
.../transforms/periodicsequence_test.py | 102 +++++++++++
website/src/documentation/patterns/side-inputs.md | 32 +++-
5 files changed, 423 insertions(+), 3 deletions(-)
create mode 100644 sdks/python/apache_beam/transforms/periodicsequence.py
create mode 100644 sdks/python/apache_beam/transforms/periodicsequence_test.py