Skip to content

Commit

Permalink
adding note to seed endpoint docstring about mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley committed Nov 9, 2024
1 parent 23a242b commit dbbf267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/recordlinker/routes/seed_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbbf267

Please sign in to comment.