File tree Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -978,21 +978,24 @@ def assign_global_keys_to_data_rows(
978978
979979 get_failed_assignments_str = """query getDataRowsForGlobalKeysPyApi($jobId: ID!) {
980980 assignGlobalKeysToDataRowsResult(jobId: {id: $jobId}) {
981- sanitizedAssignments {
982- dataRowId
983- globalKey
984- }
985- invalidGlobalKeyAssignments {
986- dataRowId
987- globalKey
988- }
989- unmodifiedAssignments {
990- dataRowId
991- globalKey
992- }
993- accessDeniedAssignments {
994- dataRowId
995- globalKey
981+ jobStatus
982+ data {
983+ sanitizedAssignments {
984+ dataRowId
985+ globalKey
986+ }
987+ invalidGlobalKeyAssignments {
988+ dataRowId
989+ globalKey
990+ }
991+ unmodifiedAssignments {
992+ dataRowId
993+ globalKey
994+ }
995+ accessDeniedAssignments {
996+ dataRowId
997+ globalKey
998+ }
996999 }}}
9971000 """
9981001 get_failed_assignments_params = {
You can’t perform that action at this time.
0 commit comments