Airflow

From Organic Design wiki
Revision as of 23:19, 30 June 2021 by Saul (talk | contribs) (Created page with some basic info.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

https://airflow.apache.org

Usage

Creating DAGs

In your airflow directory (~/airflow) create the directory "dags" and place your DAGs in there and the airflow scheduler will pick them up.

Creating Custom Operators

Create the directory "plugins" inside your airflow directory and add your operators to that.

API

The airflow webserver has an api for interacting with it from other clients.