You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to write a dataframe to an s3 path for which we don't have write permission, the access denied error is caught but another exception is ignored as shown in below stack trace:
Describe the bug
When trying to write a dataframe to an s3 path for which we don't have write permission, the access denied error is caught but another exception is ignored as shown in below stack trace:
How to Reproduce
Expected behavior
All raised exceptions should be caught in the except block, but it seems that there's one that is being ignored as shown in the stack trace
Your project
No response
Screenshots
No response
OS
Linux
Python version
3.10.12
AWS SDK for pandas version
3.9.1
Additional context
The code is being run in AWS Sagemaker, and here are the boto versions used:
boto3==1.34.48
botocore==1.34.48
The text was updated successfully, but these errors were encountered: