SLURM executor plugin for AIRFLOW - README
The slurm executor plugin enables the possibility to use slurm as an executor provided that the scheduler is executed on a machine where the slurm client is configured properly.
To use the plugin after installing the package change the AIRFLOW configuration file as such:
# The executor class that airflow should use. Choices include
# SequentialExecutor, LocalExecutor, CeleryExecutor, DaskExecutor, KubernetesExecutor
executor = slurm.SlurmExecutor

