Build Transforms
Transforms 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 Transforms.
Before you beginโ
- Ensure you have an Ascend Project and Workspace
- Have Read Components or other data sources ready as inputs
Transform guides by languageโ
๐๏ธSQL Transforms
๐Python Transforms
โกPySpark Transforms
โ๏ธSnowpark Transforms
Next stepsโ
After building your Transforms:
- ๐ค Write transformed data to destinations
- ๐งช Add data tests to validate transformation logic
- ๐ Create Task Components for additional processing
- ๐ Set up Automations to orchestrate your pipeline