ephraimbuddy commented on a change in pull request #20469:
URL: https://github.com/apache/airflow/pull/20469#discussion_r775020325
##########
File path: airflow/providers/google/cloud/operators/gcs.py
##########
@@ -792,7 +792,7 @@ def __init__(
self.upload_continue_on_fail = upload_continue_on_fail
self.upload_num_attempts = upload_num_attempts
- def execute(self, context: dict) -> None:
+ def execute(self, context: dict) -> List[str]:
Review comment:
Should we use "Context" here too?
--
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]