Transformations allow you to write custom Python code that executes during your pipelines. You can define new and edit existing Transformations by navigating to the Transformations tab. You can access Transformations by using the Transformations node in the Home tab of the Pipeline builder.

Create a new Transformation

To create a new Transformation, you can take the following steps:

Step 1: Navigate to the Transformations tab

Step 2: Click “New”

Step 3: Define your Transformation

Enter the parameters for your transformation, including the Name, Function Name, Description, Inputs, and Outputs. Function names, input names, and output names should be valid Python function and variable names, respectively.

Step 4: Make Any Changes within the Transformation Editor

Step 5: Use your Transformation in a Pipeline