feat: add data-model/relationship-candidates endpoint spec#153
Open
wemrysi wants to merge 2 commits into
Open
Conversation
zali78690
reviewed
May 15, 2026
| required: | ||
| - candidates | ||
|
|
||
| relationship-candidate: |
There was a problem hiding this comment.
could we have anyway of determining potential cardinality of the relationships based on concept model metadata we have? I understand this isn't straight forward
Contributor
Author
There was a problem hiding this comment.
Yes, I'll add the field so you can consume it, though it will probably be static 1:1 for now until we come up with a reliable means of computing it.
… relationshipType - Rename left/right to referrer/referent with documented semantics - Add required relationshipType enum field (oneToOne, oneToMany, manyToMany) - Document referrer/referent assignment rules for symmetric vs asymmetric types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
GET /data-model/relationship-candidates?pipeline=<id>&sources=<s1>,<s2>,...,<sN>endpoint for retrieving pairwise relationship candidates between the datasets of the specified sources in the specified pipeline.