eladkal commented on code in PR #50413: URL: https://github.com/apache/airflow/pull/50413#discussion_r2084899766
########## 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: This feels like something that needs to be in some kind of a base class. This is relevant for several GCS sensors isn't it? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org