File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1161,8 +1161,10 @@ def get_data_row_ids_for_global_keys(
11611161 'Status' contains the outcome of this job. It can be one of
11621162 'Success', 'Partial Success', or 'Failure'.
11631163
1164- 'Results' contains a list of data row ids successfully fetchced. It may
1165- not necessarily contain all data rows requested.
1164+ 'Results' contains a list of the fetched corresponding data row ids in the input order.
1165+ For data rows that cannot be fetched due to an error, or data rows that do not exist,
1166+ empty string is returned at the position of the respective global_key.
1167+ More error information can be found in the 'Errors' section.
11661168
11671169 'Errors' contains a list of global_keys that could not be fetched, along
11681170 with the failure reason
You can’t perform that action at this time.
0 commit comments