-
Notifications
You must be signed in to change notification settings - Fork 91
feat: annotate traces with de.* attributes via metadata channel + procedural classifier
#938
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
Open
sahrizvi
wants to merge
17
commits into
main
Choose a base branch
from
feat/de-trace-augmentation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
6bac41e
feat: annotate traces with `de.*` attributes via metadata channel + p…
fb07061
fix: guard `column_lineage` extraction with `Array.isArray` + narrow …
37306de
fix: classify `altimate-dbt` commands before falling through to dbt r…
1de2e64
fix: cap span-attribute size by UTF-8 bytes, not JS string length
310ef3d
fix: derive `de.env.dbt_manifest_present` from file existence, not RP…
d87be06
fix: import `DE_*` vocab constants in tool opt-ins; drop hardcoded `d…
e303bc1
fix: bash SQL lineage extracts from full query, not truncated 8 KB slice
b44c03a
fix: hoist `classifyBash` regexes to module scope
f75079c
fix: `extractColumn` strips table prefix in endpoint-string fallback
8ec4b99
fix: `extractColumn` mirrors `extractTable` object-form branch
5ea44cd
fix: `dbt_troubleshoot` heuristic accepts `write` in tool-mix check
6b3cac5
fix: `de.outcome.change_applied` requires successful write/edit span
9220058
fix: drop annotator-side SQL char cap; let tracer enforce byte limit
81ae7b9
fix: extend SQL-text/lineage extraction to all SQL-handling tools
c09893d
fix: anchor `classifyBash` dbt/altimate-dbt patterns to command bound…
3cda78f
fix: `de.outcome.executed` reads cached bash_intent/dbt.command attri…
6766457
fix: session env reads Layer-1 attrs from latest `project_scan` span
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
640 changes: 640 additions & 0 deletions
640
packages/opencode/src/altimate/observability/annotator.ts
Large diffs are not rendered by default.
Oops, something went wrong.
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 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[🔵 LOW] The use of
varfor variable declarations is strictly prohibited. Please useconstorletinstead. In this case, sincegroupsis not reassigned,constis the appropriate choice.Suggested change: