Orchestration Tools
SQL-Based Data Transformation
★ 4.1
Modern Workflow Orchestration
★ 4.7
npm install -g @dataform/clipip install prefectnpm install -g @dataform/clipip install prefectPython data engineers use Dataform's API and CLI from Python automation scripts to trigger pipeline runs, validate assertion results, and manage compilation output programmatically. Dataform is particularly used in Google Cloud environments as a managed dbt-like alternative — engineers write SQLX files and Python orchestration scripts call the Dataform API to schedule and monitor runs.
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