This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
"builder error for url" when creating an instance of a DeltaTable which is located in an azurite blob storage #2815
Labels
bug
Something isn't working
Environment
Delta-rs version: 0.19.1
Environment:
Bug
What happened:
When trying to create an instance of a DeltaTable object, I get following error:
"Generic MicrosoftAzure error: Error after 0 retries in 9.625µs, max_retries:10, retry_timeout:180s, source:builder error for url (http://localhost:10000/landing-zone-files/produktfrageboegenLandingZone/0.0.1/eQMAllgemeineArtikelInfos/_delta_log/_last_checkpoint)"
What you expected to happen:
I would expect that the instance of the DataTable has been created and I am able to query or write into the table.
How to reproduce it:
I use following code to create an instance of a DeltaTable:
The text was updated successfully, but these errors were encountered: