Commit Graph

1 Commits

Author SHA1 Message Date
balazs.komaromi 1d88e3fdb9 Add `diffing_threshold_exceeded` field to SIS Import JSON
Test plan:
 - Create SIS Import with
   diffing_data_set_identifier set
 - Create another SIS import with the same
   identifier and diff_row_count_threshold provided

When number of changes is below the threshold the
diffing_threshold_exceeded flag should be false.

When number of changes is above the threshold the
diffing_threshold_exceeded flag should be true.

When diffing_data_set_identifier does not exist,
value should not be in the response.

Closes SOS-2471

flag=none

Change-Id: Ieda0c0d6ba595ea06e6d3dd301bcc4c52268a0be
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/285844
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Tamas Nagy <tamas.nagy@instructure.com>
Reviewed-by: Jacob Burroughs <jburroughs@instructure.com>
Migration-Review: Jacob Burroughs <jburroughs@instructure.com>
QA-Review: Balazs Komaromi <balazs.komaromi@instructure.com>
Product-Review: Balazs Komaromi <balazs.komaromi@instructure.com>
2022-02-25 13:07:59 +00:00