howardyoo commented on code in PR #41865:
URL: https://github.com/apache/airflow/pull/41865#discussion_r1736680343


##########
airflow/dag_processing/manager.py:
##########
@@ -1187,6 +1188,21 @@ def _collect_results_from_processor(self, processor) -> 
None:
             span.set_attribute("import_errors", count_import_errors)
             if count_import_errors > 0:
                 span.set_attribute("error", True)
+                import_errors = (
+                    session.query(ParseImportError)

Review Comment:
   > Let's use sqlalchemy 2 query here
   
   Hi @ephraimbuddy , how am I be able to use it? Any suggestion code snippet 
would be nice.



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