Skip to main content
Use the Paradime Airflow provider to trigger Bolt schedules from your Apache Airflow DAGs, wait for runs to complete, and download dbt™ run artifacts, so Bolt runs fit into your broader orchestration. The provider is published on the Astronomer Registry: airflow-provider-paradime-dbt.

Install

Then create a Paradime connection in Airflow using an API key (key, secret, and endpoint), and reference it with conn_id. See the Airflow operator reference for connection setup.
ParadimeBoltDbtScheduleRunOperator identifies the schedule with either slug (stable) or schedule_name, and also accepts commands, branch, and retry_from_failure.

Trigger a Bolt schedule

This DAG triggers a run for a Bolt schedule, checks the run’s status, and extracts the dbt™ artifacts.

Trigger a Bolt schedule with custom commands

This DAG overrides the dbt™ commands the run executes at runtime, then checks the run’s status and extracts the artifacts.