-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
Related Template(s)
pubsub-to-redis
What feature(s) are you requesting?
The template code extends the JavascriptTextTransformer interface, but doesn't yet implement the UDF support in the templates code:
Line 133 in 63091f1
| extends JavascriptTextTransformer.JavascriptTextTransformerOptions, PipelineOptions { |
Line 74 in 63091f1
| public interface JavascriptTextTransformerOptions extends PipelineOptions { |
We can see how other templates implement UDF support when using this interface and add such support and tests.
Reactions are currently unavailable