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:
cybermaggedon 2024-11-02 10:51:26 +00:00 committed by GitHub
parent 614e49997d
commit 8a2126bba5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ cassandra + {
.with_reservations("0.1", "128M");
local containerSet = engine.containers(
"stop-triples", [ container ]
"store-triples", [ container ]
);
local service =