Error accessing Delta table data in S3 bucket with Unity Catlog and Apache X table #476
Closed
soumilshah1995
started this conversation in
General
Replies: 0 comments
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.
-
Issue Description:
Problem:
I am encountering an issue when trying to access Delta table data stored in my S3 bucket (s3://soumilshah-dev-1995/hudi-dataset/people/). The error message indicates a problem with the S3 bucket configuration.
Steps to Reproduce:
Create a Delta table using the following command:
Its universal Table format using X table
output
Attempt to read data from the Delta table using:
Expected Behavior:
I expect to be able to read data from the Delta table located at s3://soumilshah-dev-1995/hudi-dataset/people/.
Actual Behavior:
When trying to read data, I receive the following error:
Additional Information:
AWS CLI is correctly configured with the necessary credentials.
The S3 bucket soumilshah-dev-1995 exists in the us-east-1 region.
IAM policies associated with the credentials have appropriate permissions to access the bucket and its contents.
GH Issue on Unity catalog side unitycatalog/unitycatalog#141
Beta Was this translation helpful? Give feedback.
All reactions