-
Notifications
You must be signed in to change notification settings - Fork 415
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
Not able to connect to Azure Storage with client id/secret #977
Comments
@rgelsi - thanks for the report - will have a look into this. |
# Description When updating the parsing for azure configuration, the client secret got lost, This should fix that. # Related Issue(s) closes #977 # Documentation <!--- Share links to useful documentation --->
reopening to await confirmation. |
Hi @roeap , we ran into this issue and have verified that the version in the main branch fixes the issue. We are eagerly awaiting a new release with this functionality. Do you by chance have an indication of when the next release will be? We know we can build manually, but we try to avoid doing so on our production systems whenever possible. |
@stinodego - a new release is not far away. Best guess we can get it released within roughly a week. |
Great, thanks for the update! |
@rgelsi @stinodego has the issue been solved for you with the latest release v0.6.4? |
@NilsHahnBayer No, this issue was introduced in |
@NilsHahnBayer, I am also still waiting for the release of python-0.6.5 |
@roeap Sorry to ping you - is there any chance for a 0.6.5 release soon? If not, what is the blocker? I might be able to help out. |
@stinodego - no worries, a new release is overdue since there are a bunch of unreleased fixes on main. I opened #1073 to track if we are missing something. |
@NilsHahnBayer the issue has been solved with the release python-v0.7.0. |
deltalake >= v0.6.2
Since deltalake version v0.6.2 I am no longer able to load Delta Lake tables from an Azure Data Lake Storage Gen2 via Azure client id/secret.
Error log:
As far as I have understood, the following mappings for the client_secret azure configuration are missing in
ALIAS_MAP
inrust/src/builder/azure.rs
. Before v0.6.2 the filerust/src/builder.rs
had the config AZURE_STORAGE_CLIENT_SECRET.The text was updated successfully, but these errors were encountered: