Skip to main content

Terminology

A comprehensive glossary of terms used throughout the ProAI platform.

TermDefinition
PipelineA complete data flow from source(s) through transformations to destination(s)
DAGDirected Acyclic Graph — the execution graph for a pipeline
NodeA single unit of work within a pipeline (source, transform, or destination)
EdgeA connection between two nodes representing data flow dependency
ConnectorA pluggable adapter for external system integration
JobA single execution instance of a pipeline
RunAn execution attempt of a job, which may be one of several retries
ScheduleA cron-based or event-driven trigger for job execution
TransformA data manipulation operation (filter, map, join, aggregate)
WatermarkA timestamp tracking the progress of streaming data processing
CheckpointA saved state allowing pipeline recovery from failure
LineageThe complete history of data transformations from source to destination
Agentic FlowAn AI-powered workflow that autonomously optimizes pipeline behavior
CanvasThe visual drag-and-drop interface for building pipelines
WorkspaceThe ProAI web application environment
ProjectA version-controlled collection of pipelines, transforms, and configurations
EnvironmentAn isolated deployment target (dev, staging, production)
Service AccountA non-human identity for programmatic access
Connector ProfileA saved configuration for connecting to a specific data source

See Also​