-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
Azure.IdentityClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
the main authentication mode in Onelake is using env AZURE_STORAGE_TOKEN, which is not supported by azure identity
I use this with duckdb and it works great in my laptop as I have the azure cli installed
CREATE or replace PERSISTENT SECRET onelake (TYPE azure,PROVIDER credential_chain,ACCOUNT_NAME 'onelake');
the same code broke in Fabric Python notebook as there is no cli and the only available option is environment variable AZURE_STORAGE_TOKEN
Metadata
Metadata
Assignees
Labels
Azure.IdentityClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Type
Projects
Status
Untriaged