defoe icon indicating copy to clipboard operation
defoe copied to clipboard

Reduce number/overhead of Azure authentication calls

Open mikej888 opened this issue 6 years ago • 0 comments

defoe/spark_utils.py open_stream creates and connects to a new instance of azure.storage.blob.BlobService for every "blob". This should be refactored so it's only done once per Azure container within which the blobs reside.

mikej888 avatar Feb 11 '19 11:02 mikej888