mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-11 14:22:12 +02:00
Fix/get multiple flows working (#355)
* Reduce log output * Fix problems
This commit is contained in:
parent
9508ac6c69
commit
027b52cd7c
8 changed files with 19 additions and 10 deletions
|
|
@ -173,7 +173,7 @@ class Processor(FlowProcessor):
|
|||
o=Value(value=v.metadata.id, is_uri=True)
|
||||
))
|
||||
|
||||
await self.emit_edges(
|
||||
await self.emit_triples(
|
||||
flow("triples"),
|
||||
Metadata(
|
||||
id=v.metadata.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue