-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Error (Invalid Path) while attaching external KuzuDB from S3 #5172
Comments
Hi @rishabh-oswal-opensc Thanks, Ziyi |
Hi @acquamarin , Sure, the command that we are using is: CALL s3_access_key_id='<my-creds>';
CALL s3_secret_access_key='<my-creds>';
CALL s3_region='eu-central-1';
INSTALL httpfs;
LOAD EXTENSION httpfs;
CALL HTTP_CACHE_FILE=TRUE;
ATTACH 's3://my-bucket/my-path-to-kuzu-db' AS uw (dbtype kuzu); No we have not tried to attach using DuckDb. Our DB in S3 is a KuzuDB which we create from json files. Thanks for helping us with the issue! |
Hi @rishabh-oswal-opensc
Thanks |
Hi @rishabh-oswal-opensc, just checking in again on this - have you been able to try out the steps suggested by @acquamarin above? |
Hi @prrao87 , @acquamarin , Sorry I wasn't able to in the last few days due to other prios. But I will reply back with an answer by Monday. |
Kuzu version
v0.7.1
What operating system are you using?
MacOS Sequoia
What happened?
When trying to attach an external Kuzu DB from S3 using the
ATTACH
statement, the query fails with the errorI can confirm that the S3 path exists. The S3 bucket is not public. But before that I pass the credentials using the
call
statement. Also install and load the httpfs extension.I have received the same error via Kuzu explorer running on Docker and Kuzu sdk via Python.
Via Python I tried setting the credentials by both below ways and received the same error.
Documentation that we have referred:
What we would like to understand is,
Thank You for the help with this issue.
Are there known steps to reproduce?
No response
Are there known steps to reproduce?
No response
The text was updated successfully, but these errors were encountered: