This is an automated email from the ASF dual-hosted git repository.

ash pushed a change to branch v2-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from fb81726  Pass queue to BaseExecutor.execute_async like in airflow 1.10 
(#14861)
     new 9313082  Fix typo in doc docker-stack (#14928)
     new 48f5149  Compare string values, not if strings are the same object 
(#14942)
     new 7c06e2c  Docs: Clarify behavior of delete_worker_pods_on_failure 
(#14958)
     new c952545  Add missing comma in docs for KubernetesExecutor (#15035)
     new e66c870  More proper default value for namespace in K8S cleanup-pods 
CLI (#15060)
     new c50cb01  Fixed deprecated code example in Concepts doc (#15098)
     new 924c660  Remove 'conf' from search_columns in DagRun View (#15099)
     new f649b8a  Re-introduce dagrun.schedule_delay metric (#15105)
     new cae8ead  Allow pathlib.Path in DagBag and various util fns (#15110)
     new 132825b  Avoid scheduler/parser manager deadlock by using non-blocking 
IO (#15112)
     new 663985d  Fix bug in airflow.stats timing that broke dogstatsd mode 
(#15132)

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 airflow/cli/cli_parser.py                    |   4 +-
 airflow/config_templates/config.yml          |   2 +
 airflow/config_templates/default_airflow.cfg |   2 +
 airflow/executors/kubernetes_executor.py     |   2 +-
 airflow/jobs/scheduler_job.py                |  10 +-
 airflow/models/dagbag.py                     |  20 +--
 airflow/models/dagrun.py                     |   4 +-
 airflow/stats.py                             |   2 +-
 airflow/utils/dag_processing.py              |  39 ++++--
 airflow/utils/file.py                        |  13 +-
 airflow/www/views.py                         |   1 -
 docs/apache-airflow/concepts.rst             |   3 +-
 docs/apache-airflow/executor/kubernetes.rst  |   2 +-
 docs/docker-stack/entrypoint.rst             |   2 +-
 pylintrc-tests                               |   4 +-
 tests/core/test_stats.py                     | 193 ++++++++++++++-------------
 tests/jobs/test_scheduler_job.py             |  19 ++-
 tests/utils/test_dag_processing.py           |  99 ++++++++++++--
 18 files changed, 283 insertions(+), 138 deletions(-)

Reply via email to