Skip to main content
Version: 3.0.0

Build SQL Transform Components

SQL Transform Components are perfect for set-based operations, aggregations, filtering, and joins. They leverage the power of SQL to process relational data efficiently within your Data Plane. SQL transforms are ideal when you need to perform standard data transformations using familiar SQL syntax.

Before you beginโ€‹

SQL Transform guidesโ€‹

๐Ÿ”„ Simple SQL Transforms

Full refresh transformations that reprocess all data on each run. Perfect for smaller datasets or complete data refresh scenarios.

๐Ÿ“ˆ Incremental SQL Transforms

Process only new or changed data since the last run. Ideal for growing datasets to optimize performance and reduce costs.

๐Ÿง  Smart SQL Transforms

Process data in chunks based on partition keys. Perfect for large datasets with automatic change detection and optimization.

Next stepsโ€‹

After building your SQL Transform Components: