You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In persistent.pyPersistentGraph and VersionedGraph hard-code parameters that were previously usable:
the identifier parameter used by rdflib-sqlalchemy is set to "brickschema_persistent_graph" and "my_store", respectively
create=True when opening the graph.
This makes it impossible to connect to existing repositories created with a different identifier, or to recognize that a repository expected to exist does not.
The text was updated successfully, but these errors were encountered:
In
persistent.py
PersistentGraph
andVersionedGraph
hard-code parameters that were previously usable:identifier
parameter used byrdflib-sqlalchemy
is set to "brickschema_persistent_graph" and "my_store", respectivelycreate=True
when opening the graph.This makes it impossible to connect to existing repositories created with a different identifier, or to recognize that a repository expected to exist does not.
The text was updated successfully, but these errors were encountered: