Transformations
Write custom Python functions for your Pipelines.
Last updated
Write custom Python functions for your Pipelines.
Last updated
Note: Accessing Transformations requires a Pro, Business, or Enterprise subscription.
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.
To define a new Transformation, you can take the following steps:
Navigate to the Transformations tab.
Click "Add".
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.
Define your Transformation, and click "Deploy Changes". The input should align with the input names you defined in the previous step, and the output should be a dictionary with the output names from the previous step as the keys.
Begin using your Transformation through the Pipeline builder!