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


##########
airflow/providers/google/cloud/operators/cloud_storage_transfer_service.py:
##########
@@ -547,22 +547,27 @@ def __init__(
         **kwargs,
     ) -> None:
         super().__init__(**kwargs)
-        self.filter = request_filter
+        self.request_filter = request_filter
         self.project_id = project_id
         self.gcp_conn_id = gcp_conn_id
         self.api_version = api_version
         self.google_impersonation_chain = google_impersonation_chain
 
+    @property

Review Comment:
   @okirialbert can you make the change?



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