alamb commented on issue #16378: URL: https://github.com/apache/datafusion/issues/16378#issuecomment-2964249245
After adding more information in https://github.com/apache/datafusion/pull/16379 , we get: ``` ---- exec::tests::copy_to_external_object_store_test stdout ---- Error: ObjectStore(Generic { store: "S3", source: "Error getting credentials from provider: an error occurred while loading credentials: failed to load IMDS session token" }) ---- catalog::tests::query_s3_location_test stdout ---- Error: ObjectStore(Generic { store: "S3", source: "Error getting credentials from provider: an error occurred while loading credentials: failed to load IMDS session token" }) ---- object_storage::tests::s3_object_store_builder_default stdout ---- Error: ObjectStore(Generic { store: "S3", source: "Error getting credentials from provider: an error occurred while loading credentials: failed to load IMDS session token" }) ``` Googling around suggests delta hit the same thing (@ion-elgreco in fact, a friend of DataFusion!) - https://github.com/delta-io/delta-rs/pull/2817 We can probably do something similar -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org