vin-c-ent opened a new issue, #71084: URL: https://github.com/apache/airflow/issues/71084
### Under which category would you file this issue? Airflow Core ### Apache Airflow version 3.3.0 ### What happened and how to reproduce it? Just right after dag-processor is running, below log will keep printing. (During the converting from '/' to '_'. ) `2026-08-04T09:59:37.8544212 [warning ] Name 'dags/test/test_dag.py' contains invalid characters for stats reporting. Reporting stats with normalized name 'dags_test_test_dag.py'. [airflow._shared.observability.metrics.stats] loc=stats.py:71` I understood that metrics with underscore is expected, while this warning log isn`t, as it is expected to have '/' in folder structure. ### What you think should happen instead? the folder structure is expected to contains '/', this warning is not valid. ### Operating System _No response_ ### Deployment Virtualenv installation ### Apache Airflow Provider(s) _No response_ ### Versions of Apache Airflow Providers _No response_ ### Official Helm Chart version Not Applicable ### Kubernetes Version _No response_ ### Helm Chart configuration _No response_ ### Docker Image customizations _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
