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 @@ -1120,8 +1120,10 @@ def get_data_row_ids_for_global_keys(
11201120 'Status' contains the outcome of this job. It can be one of
11211121 'Success', 'Partial Success', or 'Failure'.
11221122
1123- 'Results' contains a list of data row ids successfully fetchced. It may
1124- not necessarily contain all data rows requested.
1123+ 'Results' contains a list of the fetched corresponding data row ids in the input order.
1124+ For data rows that cannot be fetched due to an error, or data rows that do not exist,
1125+ empty string is returned at the position of the respective global_key.
1126+ More error information can be found in the 'Errors' section.
11251127
11261128 'Errors' contains a list of global_keys that could not be fetched, along
11271129 with the failure reason
You can’t perform that action at this time.
0 commit comments