From 55ffc96e560f1c9878c99106130d33c32d56584f Mon Sep 17 00:00:00 2001 From: Josef Gugglberger Date: Fri, 10 Jan 2025 18:01:19 +0100 Subject: [PATCH] docs: update storage.md, fix Azure Sync connect example (#2010) In the sync code example there was also an `await`. ![image](https://github.com/user-attachments/assets/4e1a1bd9-f2fb-4dbe-a9a6-1384ab63edbb) --- docs/src/guides/storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guides/storage.md b/docs/src/guides/storage.md index 2f94dd34..a87bb7ff 100644 --- a/docs/src/guides/storage.md +++ b/docs/src/guides/storage.md @@ -732,7 +732,7 @@ Azure Blob Storage credentials can be configured by setting the `AZURE_STORAGE_A ```python import lancedb - db = await lancedb.connect( + db = lancedb.connect( "az://my-container/my-database", storage_options={ account_name: "some-account",