You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/11 21:25:59 UTC

[GitHub] [airflow] turbaszek commented on a change in pull request #11434: Type annotation for aws operators in transfers

turbaszek commented on a change in pull request #11434:
URL: https://github.com/apache/airflow/pull/11434#discussion_r502967894



##########
File path: airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py
##########
@@ -111,7 +111,7 @@ def __init__(
         self.s3_bucket_name = s3_bucket_name
         self.s3_key_prefix = s3_key_prefix
 
-    def execute(self, context):
+    def execute(self, context: Dict[str, Any]) -> None:

Review comment:
       I think mypy may moan about this. We don't need to add it as it is in BaseOperator 




----------------------------------------------------------------
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:
users@infra.apache.org