remove deduplication as default
This commit is contained in:
@@ -92,7 +92,6 @@ def _handler(record: Course, context: dict) -> Enrollment:
|
||||
enroll(
|
||||
enrollment,
|
||||
persistence_layer=enrollment_layer,
|
||||
deduplication_window={'offset_days': 90},
|
||||
linked_entities=frozenset(
|
||||
{
|
||||
LinkedEntity(
|
||||
|
||||
Reference in New Issue
Block a user