Replies: 1 comment 1 reply
-
|
For the first error, I think you didn't add config the storage, see I'm not sure about the second part, but it seems you have a network issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to access a table stored in a S3Table bucket.
Here's how I try:
When running this. I get the correct output for the list of tables in the namespace but execution when calling
load_tablewith the following:If I run the script with the env var
AWS_PROFILEset to the same profile than the one specified when creating the client, I get the following error:The profile uses AWS SSO and a session is active. It looks like the AWS authentication from the AWS SDK is not passed upon the internals of iceberg-rust?
Any pointer on how to get this working?
Beta Was this translation helpful? Give feedback.
All reactions