derrickaw commented on issue #37080: URL: https://github.com/apache/beam/issues/37080#issuecomment-3720415239
Hi @ZwxwZ, 1. Opened a PR to give more examples of usage - https://github.com/apache/beam/pull/37245. 2. In your particular case, I think one area of your code needs two slight tweaks and it should work: - type: LogError <-- Change this to `LogForTesting` name: LogForTesting <-- keep or change to whatever input: - ComputeRatio.my_error_output <-- Change this to `ComputeRatio.my_error` - RaiseElementToPowerName.my_error -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
