We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current ADLS connections are supported through an account-key-based authentication mechanism. Per the Azure doc, the secured/preferred way of accessing ADLS is using the service principle authentication. https://learn.microsoft.com/en-us/azure/databricks/connect/storage/azure-storage#azureserviceprincipal
The text was updated successfully, but these errors were encountered:
@zhli1142015 Do you have any thoughts on this?
Sorry, something went wrong.
We have Oauth and sas key support internally, if they are needed, we can contribute related code to the community.
@zhli1142015 Yes, we (IBM) need this. Can you please contribute this support to OSS? Thanks.
Sure.
No branches or pull requests
Description
Current ADLS connections are supported through an account-key-based authentication mechanism.
Per the Azure doc, the secured/preferred way of accessing ADLS is using the service principle authentication.
https://learn.microsoft.com/en-us/azure/databricks/connect/storage/azure-storage#azureserviceprincipal
The text was updated successfully, but these errors were encountered: