Skip to content
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

Consider adding support for Azure blob storage #9

Closed
dazzag24 opened this issue Jun 5, 2019 · 1 comment
Closed

Consider adding support for Azure blob storage #9

dazzag24 opened this issue Jun 5, 2019 · 1 comment
Labels
Issue: Feature Request New feature or improvement to existing feature

Comments

@dazzag24
Copy link
Contributor

dazzag24 commented Jun 5, 2019

Description

Consider adding support for Azure blob storage. The python API is pretty simple:
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-python

Please also consider that it is recommended to use SAS tokens when connecting rather than using the keys.
bs = BlockBlobService(account_name=<account_name>, sas_token=<sas_token>)

Context

Many users will have data on Azure blob storage.

Thanks

@dazzag24 dazzag24 added the Issue: Feature Request New feature or improvement to existing feature label Jun 5, 2019
@dazzag24
Copy link
Contributor Author

dazzag24 commented Jun 5, 2019

Aha.... I see that there is already some support for azure. In the contrib subpackage:

https://github.com/quantumblacklabs/kedro/tree/develop/kedro/contrib/io/azure

@dazzag24 dazzag24 closed this as completed Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Feature Request New feature or improvement to existing feature
Projects
None yet
Development

No branches or pull requests

1 participant