Airflow
The original and best workflow orchestration framework
Last updated
The original and best workflow orchestration framework
Last updated
Type: Workflow orchestration
Website:
API Docs:
To connect Airflow to Orchestra, you will need:
An active Apache Airflow server accessible from the internet
Admin permissions within that Airflow server
A user with the required permissions
A deployed DAG
Instructions
Enable Basic Auth Access
To enable basic auth access you must modify the airflow configuration file on your server:
Click for more details.
Allow Internet Access To The Server
You must ensure access to your server is permitted from the internet.
The Server URL should be of the format: https://server.airflow.com
or http://server.airflow.com
. We strongly recommend you enable HTTPS.
Job Kick off
triggers a DAG using this endpoint
Webhook
Trigger an Orchestra Pipeline from an Airflow Dag via Webhook. Fetch the DAG-Run after the Orchestra pipeline is triggered asynchronously
Airflow