-
Notifications
You must be signed in to change notification settings - Fork 3
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
error with Fabric #57
Comments
Hmm. I've tested this so far on AWS and GCS but not yet on Azure. The underlying Rust crate is pretty well tested so I assume that Azure can work, and it's just a matter of validating the input correctly and documenting what needs to be passed. I'm not quite sure the best way to debug this. Do you know of any docs or examples in other libraries of connecting to fabric? |
maybe I will answer my own question. using delta_rs which depends on object store crate
let me check again with the token approach |
same error
|
Ok, so if it works with
Seems like that's a clue to what's not getting set correctly. |
using this code
I am getting this error
i know the credential are fine, as they works with duckdb
The text was updated successfully, but these errors were encountered: