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 326b5d9791 Fix minor typo in breeze example command. (#29072)
     add c0d9862d76 Emit DataDog statsd metrics with metadata tags (#28961)

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/configuration.py                     |  1 +
 airflow/dag_processing/manager.py            | 14 ++---
 airflow/dag_processing/processor.py          | 18 +++++--
 airflow/jobs/scheduler_job.py                |  9 +++-
 airflow/models/dag.py                        |  4 +-
 airflow/models/taskinstance.py               | 15 ++++--
 airflow/stats.py                             | 77 +++++++++++++++++-----------
 tests/core/test_stats.py                     | 21 ++++++--
 tests/dag_processing/test_processor.py       | 23 ++++++---
 tests/jobs/test_scheduler_job.py             | 25 +++++++--
 tests/models/test_dag.py                     |  5 +-
 tests/models/test_taskinstance.py            |  4 +-
 14 files changed, 164 insertions(+), 62 deletions(-)

Reply via email to