You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[YAML]: add optional schema config for all transforms (#35952)
* rebase - fix changes confilct
* fix some errors
* add comment
* fix whitespace
* Update website/www/site/content/en/documentation/sdks/yaml-schema.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update website/www/site/content/en/documentation/sdks/yaml-schema.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* address gemeni review comment and lint issue
* address comments
* revert to filtering out None fields
* update yaml files based on combined error_handling output
* update readmes and docs
* update tests based on new logic
* update code logic based on new output design
* remove changes to text.yaml
* remove old logic
* fix wording
* update comments etc
* fix github action test
* add unit test for get_main_output_key
* update comments and logic
* add another yaml transform test to cover code change
* add comments and warnings about non-validated outputs
* updated get_main_output_keys test
* update again ut
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGES.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,6 @@
121
121
- Use the `--element_processing_timeout_minutes` option to reduce the chance of having stalled pipelines due to unexpected cases of slow processing, where slowness might not happen again if processing of the same element is retried.
122
122
* (Python) Adding GCP Spanner Change Stream support for Python (apache_beam.io.gcp.spanner) ([#24103](https://github.com/apache/beam/issues/24103)).
123
123
124
-
125
124
## Breaking Changes
126
125
127
126
* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
0 commit comments