okirialbert commented on code in PR #37519:
URL: https://github.com/apache/airflow/pull/37519#discussion_r1494109913


##########
airflow/providers/google/cloud/operators/cloud_storage_transfer_service.py:
##########
@@ -556,24 +556,24 @@ def __init__(
                 TypeError("__init__() missing 1 required positional argument: 
'request_filter'")
 
         super().__init__(**kwargs)
-        self.filter = request_filter
+        self.request_filter = request_filter

Review Comment:
   You're right. I think the suggestion by @Taragolis should be added. The push 
was to make `request_filter` the standard while allowing for backward 
compatibility. 
   



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