Skip to main content

Build Transform Components

Transform Components handle the data processing logic in your pipelines. They allow you to clean, aggregate, enrich, and shape data using SQL or Python. This section provides step-by-step guides for building different types of Transform Components.

Before you beginโ€‹

Transform guides by languageโ€‹

๐Ÿ—ƒ๏ธ SQL Transforms

Use SQL for set-based operations, aggregations, filtering, and joins. Perfect for relational data processing.

๐Ÿ Python Transforms

Build flexible transforms with Python for complex logic, text processing, and custom calculations.

โšก PySpark Transforms

Process large datasets with PySpark for distributed computing and big data transformations.

โ„๏ธ Snowpark Transforms

Leverage Snowpark for native Snowflake transformations with Python-like syntax.

Next stepsโ€‹

After building your Transform Components: