-
Notifications
You must be signed in to change notification settings - Fork 217
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
Add tenant Id Authentication to the Azure Blob Storage client #1378
Comments
@steinitzu could you please verify that? I think we support sas token. Maybe we just miss relevant documentation. |
Don't think we support this explicitly. Have to look into how to implement. Currently either you pass account key / sas token or default credentials are taken from environment, handled by: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/azure/identity/_credentials/default.py#L29 This is definitely a dlt-core concern |
I'm on it |
Source name
filesystem
Describe the data you'd like to see
The filesystem Azure Blob storage has the authentication mechanism [sas_token] with the library https://pypi.org/project/adlfs/.
I would like to add the authentication mechanism used with Tenant_id.
Are you a dlt user?
Yes, I'm already a dlt user.
Do you ready to contribute this extension?
Yes, I'm ready.
dlt destination
snowflake, azure blob storage
Additional information
No response
The text was updated successfully, but these errors were encountered: