codecae opened a new pull request, #56665: URL: https://github.com/apache/airflow/pull/56665
Serialization of OpenTelemetry stats in the dag processor is attempting to serialize the `file_path` tag using instances of `DagFileInfo` instead of the string version of the filename. Consequently, stats are not emitted and stack traces are thrown in the dag processor stdout. This PR adjusts the tag to use `str(file.rel_path)` instead of `file`. -- 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]
