-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error seen running ETLSyntheaBuilder::LoadEventTables Using Microsoft Sql Server #197
Comments
* Align insert and select clauses * Add order by for SQL server #197
@greshje Thanks for reaching out! In terms of the row number() order by error, I have updated the script to avoid this error for SQL server. In terms of the missing fields from synthea, the latest version of synthea that this package supports is v3.2 which is also the latest official release of synthea. I suspect you may be using the generator from the |
* Align insert and select clauses * Add order by for SQL server #197 * Update insert_location.sql
I'm getting the error shown below trying to run ETLSyntheaBuilder::LoadEventTables using Microsoft Sql Server 2019, Synthea v3.0.0, and the latest commit of ETLSyntheaBuilder (all running on Windows).
I also needed to remove a number of columns from the Synthea files to get the uploads of the csv files to work:
PATIENT
PAYER_TRANSITIONS
PAYERS
PROVIDERS
The entire script is shown below
The error report is shown below
The text was updated successfully, but these errors were encountered: