-
Notifications
You must be signed in to change notification settings - Fork 25
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
Schemas are broken #1474
Comments
It looks like #1414 may have been merged prematurely and still hasn't been cleaned up. I'm a bit concerned that none of the tests revealed all the places where schema changes were not propagated. For instance, |
Being the author of PR #1414, I will check and fix it. |
@jl-wynen the dataset class (aka the database representation of the dataset) correctly has only the To the SciCat user, the dataset type it is a string. Currently we only have |
Create. I did not check the others. |
PR #1487 should address this issue |
Only partially.
What is the prupose of |
The different dataset schemas are inconsistent with each other. As I understand it, you are in the process of changing them. But the current broken versions have been released and so affect Scitacean.
instrumentIds
,proposalIds
,sampleIds
. But the creation DTOs still use the old scalarinstrumentId
,proposalId
,samplesId
, where the derived dataset only hasproposalId
.principalInvestigator
investigator
andprincipalInvestigator
investigator
Can the above be fixed easily and quickly? Scitacean is currently broken and needs to be updated. But that requires a lot of manual hacks to account for the above inconsistencies. I would prefer to not do this since it would be temporary anyway.
The text was updated successfully, but these errors were encountered: