potiuk commented on a change in pull request #12837:
URL: https://github.com/apache/airflow/pull/12837#discussion_r537083714
##########
File path: airflow/providers/amazon/aws/hooks/base_aws.py
##########
@@ -303,7 +303,7 @@ def web_identity_token_loader():
return web_identity_token_loader
-class AwsBaseHook(BaseHook):
+class AwsBaseHook(BaseHook, DiscoverableHook):
Review comment:
I simply left the Protocol as a class that is not used - purely
documentation and capturing the types. There is no need for any of the Hooks to
derive from it.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]