Maia Foundation
is the cloud-native execution layer that underpins . It provides the infrastructure for connecting to data sources, building and running pipelines, and governing data operations across your organization.Designer
is the visual canvas where you build and manage data pipelines in . Pipelines are composed of connected components that you configure to load, transform, and orchestrate data. uses a Git-based branching model so that multiple team members can work on pipelines simultaneously and promote changes through environments in a controlled way. For more information, read Using .Pipelines
supports three pipeline types:- Orchestration pipelines define the sequence and control flow of data loading tasks, including conditional branching, iteration, and error handling.
- Transformation pipelines reshape and prepare data within your warehouse using drag-and-drop components, without requiring you to write SQL.
- Test pipelines run another pipeline and check its results, so you can verify that pipelines behave correctly before deploying them to production.
