Skip to main content
Version: 3.0.0

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

Execute custom SQL statements, stored procedures, and database operations that don't fit standard Transform patterns

๐Ÿ Python Task Components

Run Python scripts for API calls, file operations, external integrations, and custom business logic

Next stepsโ€‹

After building your Task Components: