You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/02/14 21:35:59 UTC

[airflow] branch main updated (81f07274b9 -> 289ae47f43)

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

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 81f07274b9 Fix import cycle starting from airflow/__main__.py (#29523)
     add 289ae47f43 Enable tagged metric names for existing Statsd metric publishing events | influxdb-statsd support (#29093)

No new revisions were added by this update.

Summary of changes:
 airflow/config_templates/config.yml          |   7 +
 airflow/config_templates/default_airflow.cfg |   3 +
 airflow/dag_processing/manager.py            |   1 +
 airflow/jobs/scheduler_job.py                |  11 ++
 airflow/models/dagrun.py                     |   7 +
 airflow/stats.py                             | 204 +++++++++++++++++++++++----
 tests/core/test_stats.py                     |  38 ++++-
 tests/dag_processing/test_manager.py         |  12 +-
 tests/jobs/test_scheduler_job.py             |  14 +-
 tests/models/test_dagrun.py                  |  18 ++-
 10 files changed, 278 insertions(+), 37 deletions(-)