From dbbf26732c62da743421eaee8fc259b26f4bd4a3 Mon Sep 17 00:00:00 2001 From: Eric Buckley Date: Fri, 8 Nov 2024 20:33:07 -0800 Subject: [PATCH] adding note to seed endpoint docstring about mysql --- src/recordlinker/routes/seed_router.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/recordlinker/routes/seed_router.py b/src/recordlinker/routes/seed_router.py index 50c103cf..05351636 100644 --- a/src/recordlinker/routes/seed_router.py +++ b/src/recordlinker/routes/seed_router.py @@ -32,6 +32,8 @@ def batch( The endpoint will return a list of Person objects, each containing a person_reference_id and a list of Patient objects, each containing patient_reference_ids. + NOTE: This endpoint is not supported for MySQL databases. + NOTE: The maximum number of clusters that can be seeded in a single request is 100. """ # check if engine is mysql, if so raise a not supported error