create_transformation
Create a new transformation by providing a schema file path and a request body. Use this to define data transformations in Fivetran.
Instructions
⚠️ WRITE OPERATION - Confirm with user before calling. Creates a new transformation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/transformations/create_transformation.json', then provide this exact path here to confirm. | |
| request_body | Yes | JSON string containing the request body. Refer to the schema file for the expected structure. |