You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2023/04/28 21:05:24 UTC

[beam] branch master updated (e873cb44382 -> e232a7e21ea)

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

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


    from e873cb44382 use wheel sdk location for PostCommit_Py_Examples (#26473)
     add ddec9472ae3 More user-friendly providers.
     add 9336c8b20e4 Add yaml preprocessing phases.
     add 761027d2ceb Add flexible windowing syntax to yaml.
     add 82deb00774a Implement flatten in terms of preprocessor phase.
     add ca75acbe9f0 Reword SQL note.
     add a29ea992284 Make linter happy.
     new e232a7e21ea Merge pull request #26451 Add flexible windowing syntax to yaml.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/python/apache_beam/yaml/README.md             | 152 ++++++++++
 sdks/python/apache_beam/yaml/readme_test.py        |  43 ++-
 sdks/python/apache_beam/yaml/yaml_provider.py      |  44 ++-
 sdks/python/apache_beam/yaml/yaml_transform.py     | 324 ++++++++++++++++-----
 .../python/apache_beam/yaml/yaml_transform_test.py | 115 ++++++++
 5 files changed, 603 insertions(+), 75 deletions(-)


[beam] 01/01: Merge pull request #26451 Add flexible windowing syntax to yaml.

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e232a7e21eac5698b47b4e5185a2ce333778d5eb
Merge: e873cb44382 a29ea992284
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Fri Apr 28 14:05:17 2023 -0700

    Merge pull request #26451 Add flexible windowing syntax to yaml.

 sdks/python/apache_beam/yaml/README.md             | 152 ++++++++++
 sdks/python/apache_beam/yaml/readme_test.py        |  43 ++-
 sdks/python/apache_beam/yaml/yaml_provider.py      |  44 ++-
 sdks/python/apache_beam/yaml/yaml_transform.py     | 324 ++++++++++++++++-----
 .../python/apache_beam/yaml/yaml_transform_test.py | 115 ++++++++
 5 files changed, 603 insertions(+), 75 deletions(-)