Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Katsunori Kanda 349b0811c3
Add D200 pydocstyle check (#11688) 2020-10-20 22:33:54 +02:00
Daniel Imberman 9860719c72
[AIRFLOW-5545] Fixes recursion in DAG cycle testing (#6175)
* Fixes an issue where cycle detection uses recursion

and stack overflows after about 1000 tasks

(cherry picked from commit 63f1a180a17729aa937af642cfbf4ddfeccd1b9f)

* reduce test length

* slightly more efficient

* Update airflow/utils/dag_cycle_tester.py

Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>

* slightly more efficient

* actually works this time

Co-authored-by: Daniel Imberman <daniel@astronomer.io>
Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>
2020-09-29 11:34:55 -07:00
Kamil Breguła 3cc631e0cb
Extract DAG cycle tester (#7897) 2020-03-27 11:07:23 +01:00