Kamil Breguła
0d38bf40e5
[AIRFLOW-4837] Fix pylint errors regarding ungrouped imports ( #5464 )
2019-06-24 00:01:47 +02:00
Chao-Han Tsai
577f893672
[AIRFLOW-4215] Replace mock with unittest.mock ( #5292 )
2019-05-17 15:40:03 +02:00
Jiajie Zhong
d2a2e2cbff
[AIRFLOW-4200] Remove all __future__ imports ( #5020 )
2019-04-22 11:26:11 +02:00
Fokko Driesprong
0e8394fd23
[AIRFLOW-3190] Make flake8 compliant ( #4035 )
...
Enforce Flake8 over the entire project
2018-10-12 22:22:52 +01:00
bolkedebruin
48229328f2
[AIRFLOW-2888] Remove shell=True and bash from task launch ( #3740 )
...
shell=True is a security risk. Bash is not required to launch
tasks and will consume extra resources.
2018-08-15 07:13:02 +02:00
Bolke de Bruin
c7a472ed6b
[AIRFLOW-2287] Fix incorrect ASF headers
...
Closes #3219 from bolkedebruin/fix_header
2018-04-14 09:13:23 +02:00
Bolke de Bruin
39b7d7d87c
[AIRFLOW-1623] Trigger on_kill method in operators
...
on_kill methods were not triggered, due to
processes
not being properly terminated. This was due to the
fact
the runners use a shell which is then replaced by
the
child pid, which is unknown to Airflow.
Closes #3204 from bolkedebruin/AIRFLOW-1623
2018-04-11 08:05:42 +02:00