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:
|
extends JavascriptTextTransformer.JavascriptTextTransformerOptions, PipelineOptions { |
|
public interface JavascriptTextTransformerOptions extends PipelineOptions { |
We can see how other templates implement UDF support when using this interface and add such support and tests.
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:
DataflowTemplates/v2/pubsub-to-redis/src/main/java/com/google/cloud/teleport/v2/templates/PubSubToRedis.java
Line 133 in 63091f1
DataflowTemplates/v1/src/main/java/com/google/cloud/teleport/templates/common/JavascriptTextTransformer.java
Line 74 in 63091f1
We can see how other templates implement UDF support when using this interface and add such support and tests.