Airflow: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
=Subjects= | =Subjects= | ||
* [[Airflow Concepts|Concepts]] | * [[Airflow Concepts|Concepts]] | ||
* [[Airflow Operations|Operations]] | |||
=Organizatorium= | =Organizatorium= |
Revision as of 22:30, 11 July 2022
External
- https://airflow.apache.org/docs/apache-airflow/stable/start/index.html
- https://www.datarevenue.com/en-blog/airflow-vs-luigi-vs-argo-vs-mlflow-vs-kubeflow
Internal
Overview
Airflow is a platform to programmatically author, schedule and monitor workflows. The workflows are expressed as DAGs of tasks.
Subjects
Organizatorium
- Users schedule batch jobs in Airflow.
- Celery Executor: https://airflow.apache.org/docs/apache-airflow/stable/executor/celery.html
- Kubernetes Executor introduced in Airflow 1.10.0
- Dag Sync