This plugin enables Airflow to use DRMAA-compliant HPC schedulers as an Executor for jobs
Implementation for using drmaa v1 API for interfacing with compliant schedulers
Allow Airflow scheduler to submit jobs to run jobs locally (LocalExecutor) or on drmaa v1 compliant schedulers
Using drmaa_executor_plugin
requires the user to set up the drmaa python package.
pip install drmaa
EXPORT DRMAA_LIBRARY_PATH=/path/to/libdrmaa.so.x