Build Task Components
Task Components provide the flexibility to execute custom SQL or Python code within your Flows. They enable complex processing tasks that go beyond standard Read, Transform, and Write operations, allowing you to run SQL statements, Python scripts, or integrate with external services.
Before you beginโ
- Ensure you have an Ascend Project and Workspace
- Have other Components in your Flow to provide context or dependencies
Task Component guidesโ
๐๏ธSQL Task Components
๐Python Task Components
Next stepsโ
After building your Task Components:
- ๐ Build Transforms for data processing
- ๐ค Build Write Components to export results
- ๐งช Add data tests to validate pipeline integrity
- ๐ Set up Automations to orchestrate your complete pipeline