Skip to content

Commit

Permalink
Merge pull request #3014 from activeloopai/update_azure_client
Browse files Browse the repository at this point in the history
update client after the creds exchange
  • Loading branch information
activesoull authored Jan 16, 2025
2 parents ead6a79 + 2fa1c80 commit 42917b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deeplake/core/storage/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,8 @@ def _check_update_creds(self, force=False):
if self.sas_token:
self.credential = AzureSasCredential(self.sas_token)

self._set_clients()

def get_items(self, keys):
with ThreadPoolExecutor() as executor:
future_to_key = {
Expand Down

0 comments on commit 42917b2

Please sign in to comment.