dabla commented on code in PR #61143:
URL: https://github.com/apache/airflow/pull/61143#discussion_r2749287229
##########
providers/common/sql/src/airflow/providers/common/sql/triggers/sql.py:
##########
@@ -78,15 +79,23 @@ def get_hook(self) -> DbApiHook:
)
return hook
+ async def get_records(self) -> Any:
Review Comment:
Indeed, this could become protected method.
--
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]