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

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


    from 56607ec888b Improve Iceberg Blueprint and documentation and Tests 
(#35961)
     add be002c7a23d [YAML]: add optional schema config for all transforms 
(#35952)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 -
 sdks/python/apache_beam/yaml/README.md             |   4 +-
 sdks/python/apache_beam/yaml/json_utils.py         |   7 +-
 sdks/python/apache_beam/yaml/pipeline.schema.yaml  |   3 +
 .../apache_beam/yaml/tests/assign_timestamps.yaml  |  87 +++++++
 sdks/python/apache_beam/yaml/tests/create.yaml     |  23 ++
 .../yaml/tests/validate_with_schema.yaml           |  46 +++-
 sdks/python/apache_beam/yaml/yaml_errors.py        |   5 +-
 sdks/python/apache_beam/yaml/yaml_mapping.py       |   4 +-
 sdks/python/apache_beam/yaml/yaml_provider.py      |   9 +-
 sdks/python/apache_beam/yaml/yaml_transform.py     | 271 +++++++++++++++++++++
 .../python/apache_beam/yaml/yaml_transform_test.py | 114 +++++++++
 .../apache_beam/yaml/yaml_transform_unit_test.py   |  47 ++++
 .../content/en/documentation/sdks/yaml-errors.md   |  10 +-
 .../content/en/documentation/sdks/yaml-schema.md   | 131 ++++++++++
 15 files changed, 747 insertions(+), 15 deletions(-)
 create mode 100644 
website/www/site/content/en/documentation/sdks/yaml-schema.md

Reply via email to