Minimal example attempt with synthetic data #269
Replies: 2 comments
-
I just figured the existence of the If I copy my connection variable in my R session to another var with this exact name, the execution succeed. After search in the source code, and build from a modified source file, I found the bug as located in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Resolved in 0fc4c30 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am currently trying to produce a simple example of OMOP CDM database, populated with synthetic data, and with the DataQualityDashboard executed on it. The underlying idea is to produce a tutorial draft to provide a from end-to-end minimal example of OMOP data assessment.
Here are the steps I've done:
So I created a new schema,
"quality"
, authorized the postgres user, then ran:And I got this output only:
Nothing seems to be produced, in the filesystem nor in the database.
I did other attempts: when I set a non-existent schema as
cdmDatabaseSchema
, I rightfully got arelation "quality.cdm_source" does not exist
error. When I put a non-existent schema asresultsDatabaseSchema
, nothing changes and I get the same output than above.I can't determine exactly what's failing and why. What I can change in my process, the calls, the data or the code.
Thank you all for any hints or advice you may have. 🙂
Best regards,
Damien.
Beta Was this translation helpful? Give feedback.
All reactions