Build SQL Transforms
SQL Transforms 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โ
- Ensure you have an Ascend Project and Workspace
- Have Read Components or other data sources ready as inputs
- Basic SQL knowledge
SQL Transform guidesโ
๐Simple SQL Transforms
๐Incremental SQL Transforms
๐ง Smart SQL Transforms
Next stepsโ
After building your SQL Transforms:
- ๐ค Write transformed data to destinations
- ๐งช Add data tests to validate transformation logic
- ๐ Create Task Components for additional SQL operations
- ๐ Set up Automations to orchestrate your pipeline