potiuk commented on code in PR #31136:
URL: https://github.com/apache/airflow/pull/31136#discussion_r1188355964


##########
airflow/providers/common/sql/operators/sql.py:
##########
@@ -258,6 +258,9 @@ def _process_output(self, results: list[Any], descriptions: 
list[Sequence[Sequen
             self.log.info("Operator output is: %s", results)
         return results
 
+    def _run_output_processing(self) -> bool:

Review Comment:
   Right. Indeed.



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