Skip to content

Fix iterateEntities/iterateRelationships not forwarding options#1195

Open
RonaldEAM wants to merge 2 commits intomainfrom
fix/forward-iterate-options
Open

Fix iterateEntities/iterateRelationships not forwarding options#1195
RonaldEAM wants to merge 2 commits intomainfrom
fix/forward-iterate-options

Conversation

@RonaldEAM
Copy link
Contributor

No description provided.

RonaldEAM and others added 2 commits February 27, 2026 10:58
The jobState wrapper for iterateEntities and iterateRelationships was
dropping the third `options` argument (which includes `concurrency`),
so the concurrency setting was silently ignored at runtime.

Also adds the `options` parameter to the GraphObjectStore interface
in integration-sdk-core to match the existing implementations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The duplicateKeyTracker changes that removed non-null assertions
introduced a type mismatch where createDuplicateEntityReport could
return {} but onDuplicateEntityKey expected DuplicateEntityReport.
Added a type guard to narrow the type at the call site.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@RonaldEAM RonaldEAM requested a review from a team as a code owner February 27, 2026 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant