chiragjn opened a new issue, #560: URL: https://github.com/apache/arrow-rs-object-store/issues/560
When a GenericError is thrown, we get vague errors like `service error` https://github.com/apache/arrow-rs-object-store/blob/521f1dc736b6956e11140a9ad66e2b63b80b0e5e/src/lib.rs#L1839-L1840 ``` Delta table error: Kernel error: Error interacting with object store: Generic S3 error: service error ``` We forked and patched object store to print the complete error to get the real source ``` Error getting delta table: traces project: cmhneg8rr00db01rjgv1k71a5: Kernel error: Error interacting with object store: Generic S3 error: ServiceError(ServiceError { source: Unhandled(Unhandled { source: ErrorMetadata { code: Some("AccessDenied"), message: Some("[REDACTED] is not authorized to perform: sts:AssumeRole on resource: [REDACTED]") ... ``` -- 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]
