-
Notifications
You must be signed in to change notification settings - Fork 481
Closed
Description
Creation of CDM Results schema
- Requester: @fdefalco, @pbr6cornell, @clairblacketer
- Discussion: Relevant issue.
Proposal
Relevant tables:
The four tables listed above need to have the ability to be edited by the user. As is stands now, most CDMs are in read-only schemas which basically renders these tables useless. A formal 'results' schema that allows users write-access should be created to house them. To take it a step further, the COHORT_ATTRIBUTE and ATTRIBUTE_DEFINITION tables should be removed altogether as they have no existing use cases, nor are they currently being used by anyone in the community (to our knowledge).
In summation, we propose to:
- Move COHORT and COHORT_DEFINITION to a formal CDM 'results' schema
- Remove COHORT_ATTRIBUTE and ATTRIBUTE_DEFINITION
Consequences
A separate results DDL would need to supplied along side the current CDM DDL with each new release.
alondhe, vojtechhuser and PRijnbeek