> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Trigger Airflow DAG

> Add a Trigger Airflow DAG command to a Paradime Bolt schedule to kick off Apache Airflow DAG runs as part of your dbt™ orchestration pipeline.

Trigger one or more Apache Airflow DAG runs from a Bolt schedule, so downstream orchestration starts as part of your pipeline.

## Prerequisites

* Airflow connected as a [workspace integration](/integrations/airflow). Connection and credentials are taken from that integration.

## Usage

Add the **Trigger Airflow DAG** command to your schedule and enter the command to run. The modal accepts any command supported by the [Paradime Airflow CLI](/developers/paradime-cli/airflow-cli):

```bash theme={"system"}
paradime run airflow-trigger --dag-ids=my_dag
```

Trigger several DAGs with a comma-separated list, and pass a run config with `--dag-run-conf='{"key":"value"}'`.

## Learn more

See the [Paradime Airflow CLI](/developers/paradime-cli/airflow-cli) for the full command and flag reference.


## Related topics

- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [Airflow CLI](/developers/paradime-cli/airflow-cli.md)
- [Trigger Bolt schedules from Airflow](/products/bolt/external-triggers/airflow.md)
- [Trigger Bolt schedules from Dagster](/products/bolt/external-triggers/dagster.md)
- [Airflow](/integrations/airflow.md)
