09Catho opened a new pull request, #71098: URL: https://github.com/apache/airflow/pull/71098
Fixes the repeated warning emitted when expected DAG relative paths are normalized for metrics tags. The path is intentionally normalized, so `DagFileInfo.normalized_file_path_for_stats` now disables the invalid-character warning while preserving the normalized tag. A regression test covers both the normalized value and absence of a warning. closes: #71084 Testing: - standalone regression for normalization and suppressed warning - `python -m compileall -q airflow-core/src/airflow/dag_processing/manager.py airflow-core/tests/unit/dag_processing/test_manager.py` - `git diff --check` The repository's `uv run pytest ...` and Ruff commands could not reach collection on Windows because `pykerberos==1.2.4` requires the unavailable `gssapi/gssapi.h` header. ##### Was generative AI tooling used to co-author this PR? - [X] Yes (OpenAI Codex) Generated-by: OpenAI Codex following the guidelines -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
