Jeff Kinard
Jeff Kinard
### Related Template(s) yaml_template ### Template Version latest ### What happened? The YamlTemplate needs to be reverted to remove Jinja functionality once the Beam version for the repo is updated...
PR adds various workflows to be able to run individual test suite(s) against a branch, as well as run all the workflows on a 6 hour interval for observability. This...
Depends on changes from #1521. Update release workflow to include reusable workflow. Also includes site report for easier failure tracking.
Depends on changes from #1521. Refactors Java PR to reuse code in modularized action files for easier dependency management. This also allows workflows to run in more parallel for quicker...
Writing raw messages to pubsub in Beam YAML writes a string object instead of encoded bytes (which is the expected type) - this PR fixes raw messages to instead be...
### What happened? The following pipeline will fail ``` pipeline: transforms: - type: Create name: Source config: elements: - id: 1 input: Source - type: LogForTesting input: Source ``` with...
### What happened? When specifying explicit inputs to transforms in Beam YAML, the error message is difficult to decipher. For example, running the following pipeline: ``` pipeline: type: chain transforms:...
### What happened? Beam YAML's PyTransform does not allow a caller to specify `error_handling` similar to other turnkey transforms. One would expect the following to work: ``` - type: PyTransform...
Add tests to validate #31974. Created separate PR due to out-of-scope changes that should avoid cherry pick into 2.58.0 release candidate. ------------------------ Thank you for your contribution! Follow this checklist...