bugraoz93 commented on code in PR #47014:
URL: https://github.com/apache/airflow/pull/47014#discussion_r1971986798
##########
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:
To be more specific, here. Thanks a lot for the changes!:)
https://github.com/apache/airflow/blob/923701f6963a3dc2b57bae1edca34f6ca692d889/providers/common/sql/src/airflow/providers/common/sql/operators/sql.py#L241
--
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]