问题
As I understand there are many transformation plug-ins available in Google cloud data fusion Hub. However, if I want to create my own specific custom plug-in, can I add that plug-in to Google data fusion and use in my pipeline? Please enlighten me.
回答1:
In order to add a custom plugin to DataFusion
(considering that you have already implemented it), you have to follow the steps bellow:
1) Click on the +
button
2) Click on upload in the Plugin part
3) Drag your plugin JAR
to the box, click next and then drag your plugin JSON
to the box. You can alto just click in the box and select your JAR/JSON. After that, just click in finish.
I hope it helps
回答2:
Yes, you can write custom transformations using the SDK provided. You can also deploy it in basic or enterprise edition. You can find examples at https://github.com/data-integrations
Nitin
来源:https://stackoverflow.com/questions/60188527/is-it-possible-to-add-my-own-custom-transformation-plugin-to-cloud-data-fusion-e