Difference between revisions of "Airflow"
From Organic Design wiki
m |
(stub) |
||
Line 1: | Line 1: | ||
− | + | {{stub}} | |
== Usage == | == Usage == | ||
Line 14: | Line 14: | ||
* https://airflow.readthedocs.io/en/1.10.7/index.html | * https://airflow.readthedocs.io/en/1.10.7/index.html | ||
+ | |||
+ | == See also == | ||
+ | *[https://airflow.apache.org Official site] | ||
[[Category:Libre software]] | [[Category:Libre software]] |
Latest revision as of 15:29, 3 July 2021
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.