bugraoz93 commented on code in PR #47014:
URL: https://github.com/apache/airflow/pull/47014#discussion_r1971978986


##########
providers/common/sql/src/airflow/providers/common/sql/operators/sql.py:
##########
@@ -120,6 +120,30 @@ def default_output_processor(results: list[Any], 
descriptions: list[Sequence[Seq
     return results
 
 
+def default_output_processor_with_column_names(

Review Comment:
   Thanks for the explanation! Yeah, it makes sense! Now, see that it is 
actually a parameter in the operator that needs to be passed as a method. I 
first thought this should be managed by a parameter or something. 



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