-
Notifications
You must be signed in to change notification settings - Fork 29
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
Create a custom urllib handler for azure blob storage #510
Comments
Hey @lorengordon "blob" not "blog" storage? In the past, I got around the Azure DEBUG default in BlobServiceClient by resetting the logging basicConfig, which uses INFO if not defined:
|
@Larz98! I would gladly accept debug logging, if it meant we could retrieve files from azure similar to how we can retrieve them from s3. :)
|
This issue is pretty old (opened in 2018) and last activity was the 05/2020 comments: can it be closed/is it "OBE"? |
Still valid |
Below are snippets from an old ci/cd script used (pre2020 py27) to pull from hdfs and upload to azure blob storage (can't share the full script, but pulled pieces from functions in the old script which could be useful here?): Can look into download-blob instead of upload-blob.
Also here is info with multiple different methods to download from Azure for whoever picks this up: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-download-python |
Example of how we're doing it for S3. Looking for a comparable method for Azure...
watchmaker/src/watchmaker/utils/urllib/request_handlers.py
Lines 27 to 28 in dd75c75
The text was updated successfully, but these errors were encountered: