VladaZakharova commented on code in PR #50413:
URL: https://github.com/apache/airflow/pull/50413#discussion_r2086091956


##########
providers/google/src/airflow/providers/google/cloud/sensors/gcs.py:
##########
@@ -63,6 +63,8 @@ class GCSObjectExistenceSensor(BaseSensorOperator):
         Service Account Token Creator IAM role to the directly preceding 
identity, with first
         account from the list granting this role to the originating account 
(templated).
     :param retry: (Optional) How to retry the RPC
+    :param user_project: The identifier of the Google Cloud project to bill 
for the request.
+        Required for Requester Pays buckets.

Review Comment:
   Correct, I think it should be `project_id` parameter, if I right understand 
the reason of this PR



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