You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: pan_cortex_data_lake/query.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ def get_job_results(
165
165
page_cursor (str): Token/handle that can be used to fetch more data.
166
166
page_number (int): Return the nth page from the result set as specified by this parameter.
167
167
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.
0 commit comments