Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page describes the steps required to create a new custom plugin, generate the jars, and subsequent deployment of the custom plugin into CDF.

Steps

The creation and deployment of custom plugins involves 3 broad steps.

  1. One time setup on your local machine to write the java code.

  2. Writing the plugin code and building the jar.

  3. Deploying the plugin in Data Fusion.

...

One Time Setup

Clone Cloud Source repository to local machine

...

  • When successfully authenticated, you will see a web page with below message:

You are now authenticated with the Google Cloud SDK!

  • Clone Cloud Source Repository to local machine using the following command:

...

Build Plugin Jar

  • In VS Code, on the Terminal pane,

    • Write plugin code in the suitable path in the cloned directory structure:

...

<plugin_name>-1.25-SNAPSHOT.json

Deploy Plugin in Data Fusion

...

Page Properties
hiddentrue

Related issues