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 running this on the cloud, in pipeline/reduce.py, dask-deltatable doesn't successfully write to S3 due to a TypeError("AioSession.__init__() got an unexpected keyword argument 'AWS_S3_ALLOW_UNSAFE_RENAME'").
When running this on the cloud, in pipeline/reduce.py, dask-deltatable doesn't successfully write to S3 due to a
TypeError("AioSession.__init__() got an unexpected keyword argument 'AWS_S3_ALLOW_UNSAFE_RENAME'")
.My guess is
AWS_S3_ALLOW_UNSAFE_RENAME
was originally added in response to this issue: delta-io/delta-rs#883 (comment)Full traceback:
The text was updated successfully, but these errors were encountered: