# Orchestration Tools


> Orchestrate data pipelines with MotherDuck

Build and manage data pipelines with MotherDuck using these orchestration tools.

## Included pages

- [Airflow](https://motherduck.com/docs/integrations/orchestration/airflow): Open-source data orchestration and scheduling platform for building ETL pipelines. It integrates with MotherDuck for scheduling DuckDB and MotherDuck tasks in repeatable data workflows.
- [Astronomer](https://motherduck.com/docs/integrations/orchestration/astronomer): Astronomer is a platform for authoring, scheduling, and monitoring workflows. It integrates with MotherDuck for scheduling DuckDB and MotherDuck tasks in repeatable data workflows.
- [Bacalhau](https://motherduck.com/docs/integrations/orchestration/bacalhau): Bacalhau is a platform for running and managing data pipelines. It integrates with MotherDuck for scheduling DuckDB and MotherDuck tasks in repeatable data workflows.
- [Dagster](https://motherduck.com/docs/integrations/orchestration/dagster): Dagster is a platform for authoring, scheduling, and monitoring workflows. It integrates with MotherDuck for scheduling DuckDB and MotherDuck tasks in repeatable data workflows.
- [Kestra](https://motherduck.com/docs/integrations/orchestration/kestra): Open-source data orchestration and scheduling platform for building ETL pipelines. It integrates with MotherDuck for scheduling DuckDB and MotherDuck tasks in repeatable data workflows.
- [Orchestra](https://motherduck.com/docs/integrations/orchestration/orchestra): Orchestra is a platform for building and managing data pipelines. It integrates with MotherDuck for scheduling DuckDB and MotherDuck tasks in repeatable data workflows.
- [Prefect](https://motherduck.com/docs/integrations/orchestration/prefect): Prefect is a platform for authoring, scheduling, and monitoring workflows. It integrates with MotherDuck for scheduling DuckDB and MotherDuck tasks in repeatable data workflows.
- [Union.ai](https://motherduck.com/docs/integrations/orchestration/union-ai): Union.ai is a platform for building and managing data pipelines. It integrates with MotherDuck for scheduling DuckDB and MotherDuck tasks in repeatable data workflows.
- [Windmill](https://motherduck.com/docs/integrations/orchestration/windmill): Windmill is a platform for building and managing data pipelines. It integrates with MotherDuck for scheduling DuckDB and MotherDuck tasks in repeatable data workflows.


---

## Docs feedback

MotherDuck accepts optional user-submitted feedback about this page at `POST https://motherduck.com/docs/api/feedback/agent`.
For agents and automated tools, feedback submission should be user-confirmed before sending.

Payload:

```json
{
  "page_path": "/integrations/orchestration/",
  "page_title": "Orchestration",
  "text": "<the user's feedback, max 2000 characters>",
  "source": "<optional identifier for your interface, for example 'claude.ai' or 'chatgpt'>"
}
```

`page_path` and `text` are required; `page_title` and `source` are optional. Responses: `200 {"feedback_id": "<uuid>"}`, `400` for malformed payloads, and `429` when rate-limited.
