antonio-yuen-zocdoc commented on issue #38421:
URL: https://github.com/apache/arrow/issues/38421#issuecomment-2057114751

   > Seeing this issue in `pandas.to_parquet` method, with SSO credentials, but 
not env vars. Any workaround for that?
   
   I got rid of pandas on my end and replaced with polars but I believe I was 
able to solve this issue using this doc.
   
https://pandas.pydata.org/docs/user_guide/io.html#reading-writing-remote-files
   
   I believe I set this option on the to_parquet method: 
`storage_options={"s3": {"anon": False}}`


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