Ascend Flow
An Ascend Flow (data pipeline) is a graph of Components that run together as a logical computation unit using a Data Plane. You can use Parameters at the Flow and Flow run level to customize behavior across Flows. A Project has one or more Flows that define a "Super Graph" of Flows. Components in one Flow may depend on Components in another Flow.
Flow runโ
A Flow run is an instance of a Flow that is executed. Ascend tracks historical runs for all Flows in the Instance Store.
Next stepsโ
Ready to build your own Flows? Check out these practical how-to guides:
- โ๏ธ Build Parameters - Customize Flow behavior with parameters
- ๐ Build Connections - Set up Data Plane connections for your Flows
- ๐ฅ Build Read Components - Import data from various sources
- ๐ Build Transform Components - Process data with SQL and Python
- ๐ค Build Write Components - Export data to destinations
- ๐งช Add data tests - Validate data quality and integrity
- ๐ Build Task Components - Execute custom SQL or Python code