Orchestration Tools
Modern Workflow Orchestration
★ 4.7
Data Transformation Framework
★ 4.3
pip install prefectpip install sqlmeshpip install prefectpip install sqlmeshPrefect 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.
Python data engineers use SQLMesh as a dbt alternative with stronger SQL semantics and Python integration. Engineers define SQL and Python models in the same project — SQLMesh understands column-level dependencies and plans only the minimum set of models that need to rebuild when code changes, making incremental development fast and cost-efficient.
Individual Tool Pages