ephraimbuddy commented on code in PR #58242:
URL: https://github.com/apache/airflow/pull/58242#discussion_r2523915916


##########
airflow-core/src/airflow/dag_processing/manager.py:
##########
@@ -858,6 +858,7 @@ def _collect_results(self, session: Session = NEW_SESSION):
                 parsing_result=proc.parsing_result,
                 session=session,
                 is_callback_only=is_callback_only,
+                relative_fileloc=str(file.rel_path),

Review Comment:
   The _update_import_errors method needs a string. Even if we pass the path 
here, we will still need to convert it to string so we can work with import 
error db paths.



-- 
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]

Reply via email to