You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
When trying to write a delta-table to Azure DataLake Gen2 a issue occurs regarding the provided storage options. I've verified that the account key is definitely correct. Here is the code snippet that causes the issue
@roeap Your comment put me on the right path at least! Thank you! :)
So it turns out the only thing needed was a path like this 'abfs://delta/foo' the container-name is injected via the account name it seems.
Should I keep this open as a bug for future improvements on documentation perhaps?
Environment
Windows 10
Python 3.10.11
Delta-rs version:
deltalake 0.9.0
pyarrow 12.0.0
numpy 1.24.3
Binding:
N/A
Environment:
Bug
What happened:
When trying to write a delta-table to Azure DataLake Gen2 a issue occurs regarding the provided storage options. I've verified that the account key is definitely correct. Here is the code snippet that causes the issue
And the stack trace is
I tried also adding the container_name keyword to the fs dictionary with the same issue.
What you expected to happen:
I expected a delta table to be created.
How to reproduce it:
More details:
The text was updated successfully, but these errors were encountered: