-
Notifications
You must be signed in to change notification settings - Fork 11
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
🎨 Confusing name: Curate.add_validated_from
#1860
Comments
add_validated_from
Curate.add_validated_from
This here is still a quite basic thing that we should get resolved, shouldn't we? I think you wanted to work on it at some point @Zethson? |
I'll think about it next week but if we change the default of |
We need a big clear simple box that defines what “validated” means. This is urgent as it’s so basic. In my mind “validated” == “exists in registry or an underlying ontology”. If this is what “validated” is, What’s important about this “auto-import-from-the-ontology-source” is that the definition gets easier in practice: "validated" == "record exists in registry". This means the whole complexity of the ontology source is no longer important as soon as the record is imported. It’s important that we have an easy practical definition of “validated” that’s free of “validating against source” and “validating against another instance” both of which are complicated things. |
Yes that's also where @sunnyosun and me ended up. However, I think the current behavior when +1 the rest of what you wrote. |
Can we make this a priority then so that it's in a LaminDB release ASAP? Asking both of you @Zethson @sunnyosun |
While I could figure it out, I think @sunnyosun knows this part better and is probably substantially faster? @sunnyosun I'm happy to look into it if you want me to. Just let me know. |
What about we run |
That's how I understood @falexwolf proposal, yes. |
Yes, that's what I meant. I'd also make it private then (with deprecation time). |
I think we can just remove it, because users will not be asked call this method anymore. |
Great! That's going to simplify things! |
The problem with the below is that values in a public ontology are not validated in the LaminDB definition. Hence, the name of the method is highly confusing.
How shall this method be called?
The text was updated successfully, but these errors were encountered: