potiuk commented on a change in pull request #19639:
URL: https://github.com/apache/airflow/pull/19639#discussion_r751125974



##########
File path: airflow/sensors/sql.py
##########
@@ -70,27 +71,13 @@ def __init__(
 
     def _get_hook(self):
         conn = BaseHook.get_connection(self.conn_id)
-
-        allowed_conn_type = {
-            'google_cloud_platform',

Review comment:
       No no, that was just a note. It's good as you proposed, your change 
actually fixes the error that we had before.




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