For the Nexus store specialization, a specified schema_id is currently not taken into account when using forge.update() on a list of resources (def _update_many) while it is being considered when using forge.update() on an individual resource (def _update_one). See related issue on Nexus Delta: https://github.com/BlueBrain/nexus/issues/3401
For the Nexus store specialization, a specified
schema_id
is currently not taken into account when usingforge.update()
on a list of resources (def _update_many
) while it is being considered when usingforge.update()
on an individual resource (def _update_one
). See related issue on Nexus Delta: https://github.com/BlueBrain/nexus/issues/3401