mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Fix neo4j schema - incompatible with extractors (#135)
- Fixed schema invocation on Neo4j writer - Fixed confusing typo name in cassandra template - Unnecessary import on Cassandra removed
This commit is contained in:
parent
614e49997d
commit
8a2126bba5
3 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ cassandra + {
|
|||
.with_reservations("0.1", "128M");
|
||||
|
||||
local containerSet = engine.containers(
|
||||
"stop-triples", [ container ]
|
||||
"store-triples", [ container ]
|
||||
);
|
||||
|
||||
local service =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue