Airflow

From Organic Design wiki
Revision as of 15:29, 3 July 2021 by Nad (talk | contribs) (stub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Cone.png This article or section is a stub. Stubs are articles that have not yet received substantial attention from the authors. They are short or insufficient pieces of information and require additions to further increase the article's usefulness. The project values stubs as useful first steps toward complete articles.


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.

See also