Closed mih closed 1 year ago
In general, these warnings indicate that a field marked as "required" in the openMINDS schemas is missing. These warnings are helpful if the user is adding new metadata to the KG, not so useful where reading existing, incomplete metadata.
It is probably safe to silence them. I'll look into offering a global option to do this, or to silence only on read, not on write.
(The first warning (no attribute 'get'
) is probably a bug, I'll look into it, and the third one is also a bug/temporary limitation in fairgraph, since openMINDS specifies 'number' - I'll open a ticket)
Querying dataset versions in the KG, I frequently see
UserWarning
message of this nature:These seem all the have their origin within
fairgraph
. I am not sure who is the "user" here. They mostly seem to be about invalid assumption about records in the KG.Q: Is a client software supposed to silence these warnings? Is it safe to turn of all
UserWarnings
? There is nothing an actual user seems to be able to do about them.