Skip to content

Commit 57cdeaa

Browse files
[Storage] Improve query_blob docs (#32048)
* Add link to docs in query_expression * Typo * Undo typo
1 parent b7e4b4a commit 57cdeaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/storage/azure-storage-blob/azure/storage/blob/_blob_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,8 @@ def query_blob(self, query_expression, **kwargs):
10051005
This operations returns a BlobQueryReader, users need to use readall() or readinto() to get query data.
10061006
10071007
:param str query_expression:
1008-
Required. a query statement.
1008+
Required. a query statement. For more details see
1009+
https://learn.microsoft.com/azure/storage/blobs/query-acceleration-sql-reference.
10091010
:keyword Callable[~azure.storage.blob.BlobQueryError] on_error:
10101011
A function to be called on any processing errors returned by the service.
10111012
:keyword blob_format:

0 commit comments

Comments
 (0)