bugraoz93 commented on code in PR #47014:
URL: https://github.com/apache/airflow/pull/47014#discussion_r1971985189
##########
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:
@mivho, could you please add this in the operator execute method docstring
as an addition? So when someone hover the operator while implementing the
operator, they can see they can pass this method too. It is only mentioned
about default one in the docstring so that the user can be aware without
checking the code and finding the method name
--
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]