-
Notifications
You must be signed in to change notification settings - Fork 772
Open
Labels
Description
What happened?
I generated a 1 million patient Synthea dataset following Basic Setup instructions: https://github.com/synthetichealth/synthea/wiki/Basic-Setup-and-Running. I output to csv files. Upon loading the csvs into duckdb and running some tests I discovered duplicated primary keys in the following tables: imaging_studies, claims_transactions, claims, encounters.
Is this a known issue?
Environment
- OS: macOS 14.6.1
- Java: java 15.0.1
Relevant log output
No response