ferruzzi commented on a change in pull request #16571:
URL: https://github.com/apache/airflow/pull/16571#discussion_r656370454
##########
File path: airflow/providers/amazon/aws/hooks/base_aws.py
##########
@@ -347,6 +347,7 @@ def __init__(
client_type: Optional[str] = None,
resource_type: Optional[str] = None,
config: Optional[Config] = None,
+ **kwargs,
Review comment:
That was being used to swallow the unused args when the Operators were
creating the hook in their constructors. I will remove it when I correct those.
--
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]