RudderStack Transformation
Data pipeline transformations API for JavaScript and Python transformations, libraries, library versions, and published revisions.
Suited for data engineering that authors and versions transformation code, manages reusable libraries, and publishes or removes transformations from customer pipelines.
Sign in to connect RudderStack Transformation
Sign in to connect an account and start using RudderStack Transformation in your apps.
Example Use Cases
These are example ways Snow can use RudderStack Transformation when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to create a library in RudderStack Transformation. Use when you need to create reusable JavaScript or Python code that can be imported in transformations. Libraries enable code reusability and version maintenance.
Tool to create a RudderStack transformation. When publish=false (default), creates an unpublished transformation not available to event traffic. When publish=true, publishes the transformation making it live for incoming events and connectable to destinations.
Delete a published transformation by ID. Note that RudderStack never deletes a transformation revision. Use this when you need to remove a transformation from the system.
Retrieves a single published library by its unique identifier. Use when you need to fetch details of a specific library.
Tool to retrieve a single library version by library ID and version ID. Use when you need to fetch details of a specific library revision in RudderStack transformations.
Tool to retrieve a published transformation by its ID from RudderStack. Use when you need to fetch details about a specific transformation including its code, version, and associated destinations.
Retrieve a single transformation revision by transformation ID and version ID. Use when you need to get details about a specific version of a RudderStack transformation.
Tool to retrieve all published libraries for a workspace. Use when you need to list available libraries for transformations.
Tool to retrieve all published transformations for a workspace. Use when you need to list available transformations or find a specific transformation by name.
Tool to get all library revisions for a library ID. Use when you need to retrieve all versions of a specific library in RudderStack Transformation.