Platform
Transformations
Execute custom code in your pipelines
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.