Warm tip: This article is reproduced from stackoverflow.com, please click
cloud google-cloud-data-fusion google-cloud-platform

Is it possible to add my own custom transformation plugin to Cloud data fusion either in Basic editi

发布于 2020-04-23 18:42:25

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.

Questioner
Raghavendra Prakash
Viewed
22
rmesteves 2020-02-13 23:38

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

enter image description here

2) Click on upload in the Plugin part

enter image description here

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.

enter image description here

I hope it helps