feat(related_to) add related_to field in runspec to point to parent run#7592
Open
afbrock wants to merge 1 commit into
Open
feat(related_to) add related_to field in runspec to point to parent run#7592afbrock wants to merge 1 commit into
afbrock wants to merge 1 commit into
Conversation
4d59158 to
e711766
Compare
e711766 to
092f9c2
Compare
Links related runs. Signed-off-by: Adam Brock <adam@union.ai>
092f9c2 to
5e8098d
Compare
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.
This change adds a field to the runspec that is immutable, set at creation time for a run, linking a run to a previous run.
Tracking issue
https://linear.app/unionai/issue/ENG26-628/be-link-related-runs-with-related-to
Why are the changes needed?
This change enables customers to group together runs that are related in some way.
What changes were proposed in this pull request?
This PR is limited to simply adding the field to our Proto definition, and the generated files that are created from that definition.
How was this patch tested?
Run in devbox, then staging.
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Stack
If you do use
git townto manage PR Stacks, the stack relevant to this PRwill show below. Otherwise, you can ignore this section.
Docs link