karenbraganz commented on code in PR #65618:
URL: https://github.com/apache/airflow/pull/65618#discussion_r3501451822
##########
providers/common/sql/src/airflow/providers/common/sql/operators/sql.py:
##########
@@ -552,31 +616,82 @@ def _process_output(
def _should_run_output_processing(self) -> bool:
return self.do_xcom_push
+ def _get_handler_import_path(self) -> str:
Review Comment:
Nope. I had added this because I was initially planning to import the
handler on the trigger. I have decided against doing that so there is some code
including this that needs to be deleted.
--
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]