Orchestration Tools
Workflow Orchestration Platform
★ 4.8
Reverse ETL Platform
★ 4.3
pip install apache-airflowN/A — SaaS productpip install apache-airflowN/A — SaaS productPython data engineers define pipelines as Directed Acyclic Graphs (DAGs) using Airflow's Python SDK. DAGs are written as .py files that instantiate Operators — PythonOperator for custom logic, BashOperator for shell commands, and provider-specific operators for Postgres, S3, BigQuery, and Snowflake. Airflow is the industry-standard orchestrator for scheduling ETL jobs, managing dependencies between tasks, and handling retries in production data pipelines.
Python data engineers use Census to operationalize warehouse data — after transforming customer data with dbt or PySpark, Census syncs the results to CRM or marketing tools automatically. Engineers configure Census syncs via YAML or the Python SDK, and trigger sync runs via the Census API from Airflow tasks as part of the post-transformation pipeline.
Individual Tool Pages