incubator-airflow/airflow/executors
Tomek Urbaszek bcb2437343
Remove redundant method in KubernetesExecutor (#12317)
The _inject_secrets method was invoked but it performed no action so
it seems that we can remove it.
2020-11-14 16:39:34 +01:00
..
__init__.py [AIRFLOW-6004] Untangle Executors class to avoid cyclic imports (#6596) 2019-12-03 16:02:20 +01:00
base_executor.py Add SIGUSR2 handler to Scheduler to dump executor state (#12107) 2020-11-05 20:08:33 +00:00
celery_executor.py Use the backend-configured model (#12336) 2020-11-13 19:58:45 +01:00
celery_kubernetes_executor.py Add SIGUSR2 handler to Scheduler to dump executor state (#12107) 2020-11-05 20:08:33 +00:00
dask_executor.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
debug_executor.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
executor_constants.py Render k8s yaml for tasks via the Airflow UI (#11815) 2020-11-09 19:55:48 +00:00
executor_loader.py Render k8s yaml for tasks via the Airflow UI (#11815) 2020-11-09 19:55:48 +00:00
kubernetes_executor.py Remove redundant method in KubernetesExecutor (#12317) 2020-11-14 16:39:34 +01:00
local_executor.py Add SIGUSR2 handler to Scheduler to dump executor state (#12107) 2020-11-05 20:08:33 +00:00
sequential_executor.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00