raulcd commented on code in PR #36376:
URL: https://github.com/apache/arrow/pull/36376#discussion_r1246625206
##########
python/pyarrow/_gcsfs.pyx:
##########
@@ -136,6 +140,8 @@ cdef class GcsFileSystem(FileSystem):
if retry_time_limit is not None:
time_limit_seconds = retry_time_limit.total_seconds()
options.retry_limit_seconds = time_limit_seconds
+ if project_id is not None:
+ options.project_id = tobytes(project_id)
Review Comment:
Thanks that was good a pointer and solved the issue I was having!
--
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]