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

6 Коммитов

Автор SHA1 Сообщение Дата
Felix Uellendall 571ffcc97f [AIRFLOW-4686] Make dags Pylint compatible (#5753) 2019-08-13 03:26:50 +02:00
Jonathan de Bruin 281298f434 [AIRFLOW-5101] Fix inconsistent owner value in examples (#5712) 2019-08-03 09:37:47 +02:00
Fokko Driesprong 491fd743da [AIRFLOW-2918] Remove unused imports 2018-09-21 13:21:42 -07: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
Jeremiah Lowin bbfd43df46 [AIRFLOW-863] Example DAGs should have recent start dates
Avoid unnecessary backfills by having start dates
of
just a few days ago. Adds a utility function
airflow.utils.dates.days_ago().

Closes #2068 from jlowin/example-start-date
2017-02-12 15:37:56 -05:00
Vijay Bhat 7fa86f72c6 [AIRFLOW-673] Add operational metrics test for SchedulerJob
Extend SchedulerJob to instrument the execution
performance of task instances contained in each
DAG.
We want to know if any DAG is starved of resources,
and this will be reflected in the stats printed
out at the end of the test run.

Extend SchedulerJob to instrument the execution
performance of task instances contained in each
DAG. We want to know if any DAG is starved of
resources, and this will be reflected in the stats
printed out at the end of the test run.

this test is for instrumenting
the operational impact of
https://github.com/apache/incubator-
airflow/pull/1906

Closes #1919 from vijaysbhat/scheduler_perf_tool
2017-01-03 08:13:06 -05:00