Airflow: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
* Users schedule batch jobs in Airflow. | * Users schedule batch jobs in Airflow. | ||
* Celery Executor: https://airflow.apache.org/docs/apache-airflow/stable/executor/celery.html | * Celery Executor: https://airflow.apache.org/docs/apache-airflow/stable/executor/celery.html | ||
* Kubernetes Executor introduced in Airflow 1.10.0 | |||
* Dag Sync | * Dag Sync |
Revision as of 23:18, 7 December 2021
External
Internal
Overview
Airflow is a platform to programmatically author, schedule and monitor workflows.
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