We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baab6c3 commit 1c9a25eCopy full SHA for 1c9a25e
internal/knowledge/graph_updater.go
@@ -86,9 +86,9 @@ func (sl *GraphUpdater) doUpdate(updates SourceSubGraphUpdates) error {
86
sl.appendObservedRelations(updates.Source, &updates.Updates)
87
88
fmt.Printf("Start updating the graph with:\n"+
89
- "\t%d assets to insert\n"+
+ "\t%d assets to upsert\n"+
90
"\t%d assets to remove\n"+
91
- "\t%d relations to add\n"+
+ "\t%d relations to upsert\n"+
92
"\t%d relations to remove\n",
93
len(updates.Updates.GetAssetUpserts()), len(updates.Updates.GetAssetRemovals()),
94
len(updates.Updates.GetRelationUpserts()), len(updates.Updates.GetAssetRemovals()))
0 commit comments