Orchestration Tools
End-to-End Data Pipeline Tool
★ 4.0
Modern Workflow Orchestration
★ 4.7
pip install bruin-clipip install prefectpip install bruin-clipip install prefectPython data engineers use Bruin to define pipelines as a collection of SQL and Python files — SQL assets are automatically chained based on table references, and Python assets handle custom transformations or API calls that SQL cannot express. Bruin's CLI runs pipelines locally against DuckDB and in production against BigQuery or Snowflake.
Prefect lets engineers write pipelines as ordinary Python functions decorated with `@flow` and `@task`. You can run them locally during development, then deploy to Prefect Cloud or a self-hosted server for scheduling and monitoring. Prefect handles retries, state persistence, and notifications without requiring any changes to your Python logic.
Individual Tool Pages