-
Notifications
You must be signed in to change notification settings - Fork 99
feat(db): add annotations schema #1627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
This was referenced Dec 10, 2025
Merged
Merged
fa6d716 to
5db2b9b
Compare
5fe05db to
67d2ea7
Compare
5db2b9b to
f359a06
Compare
67d2ea7 to
97f672e
Compare
willbakst
approved these changes
Jan 6, 2026
f359a06 to
ff17581
Compare
ff17581 to
3278d72
Compare
97f672e to
860c863
Compare
3278d72 to
2436928
Compare
2436928 to
34b23f8
Compare
860c863 to
418c881
Compare
34b23f8 to
74533de
Compare
418c881 to
367e9f0
Compare
053104a to
51fbdc1
Compare
367e9f0 to
77bf011
Compare
Merge activity
|
77bf011 to
881a049
Compare
881a049 to
2e06f00
Compare
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.
TL;DR
Added database schema for annotations to enable span and trace labeling functionality.
What changed?
Created a new
annotations.tsfile in the cloud database schema that defines:annotationstable with fields for:How to test?
Why make this change?
This schema enables a new annotations system that allows users to label spans and traces (e.g., as "pass" or "fail") with additional reasoning and structured data. This functionality is essential for: