Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 57165bb

Browse files
authored
Fix doc in query.py (#170)
Fix docstring: the correct value is `valuesDictionary`, not `valuesJson`
1 parent 5ca5c70 commit 57165bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pan_cortex_data_lake/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def get_job_results(
165165
page_cursor (str): Token/handle that can be used to fetch more data.
166166
page_number (int): Return the nth page from the result set as specified by this parameter.
167167
page_size (int): If specified, limits the size of a batch of results to the specified value. If un-specified, backend picks a size that may provide best performance.
168-
result_format (str): valuesArray or valuesJson.
168+
result_format (str): valuesArray or valuesDictionary.
169169
**kwargs: Supported [HTTPClient.request()](httpclient.md#request) parameters.
170170
171171
Returns:

0 commit comments

Comments
 (0)