Executors

This is a summary of all Apache Airflow Community provided implementations of Executors exposed via community-managed providers.

Airflow can be extended by providers with Executors. Each provider can define their own Executors, that can be configured to handle executing tasks

The executors are explained in Executor and you can also see those provided by the community-managed providers:

Kubernetes

  • KubernetesExecutor

Was this entry helpful?