HumanBrainProject / fairgraph

High-level Python API for the EBRAINS Knowledge Graph
Apache License 2.0
10 stars 6 forks source link

Provide global option to turn off `Field ... is required but was not provided` warnings #59

Closed apdavison closed 1 year ago

apdavison commented 1 year ago

or to turn them off only on reading from the KG, but leave them on for saving to the KG.

See #58

apdavison commented 1 year ago

Partially fixed by #78 - not a global option, but the default is now to log the warnings instead of using the warnings module.

It would still be nice to have different settings for reading from KG vs creating objects vs saving to the KG.