-
Notifications
You must be signed in to change notification settings - Fork 2
feat: add primary key and record count validation to readiness report and evals #136
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
aaronsteers
wants to merge
22
commits into
main
Choose a base branch
from
devin/1760145011-add-primary-keys-check
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 5 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
33f6c27
feat: add primary keys validation to readiness report and evals
devin-ai-integration[bot] 5d6bd94
refactor: consolidate YAML structure and add expected_records validation
devin-ai-integration[bot] a03f701
refactor: extract common helper functions in evaluators
devin-ai-integration[bot] 0717df0
refactor: simplify evaluators by eliminating intermediate dicts
devin-ai-integration[bot] 595705b
fix: move import re to top of file
devin-ai-integration[bot] ce1703a
refactor: remove unnecessary early returns from evaluators
devin-ai-integration[bot] 519914d
refactor: remove expected_stream_names variable from streams_eval
devin-ai-integration[bot] 4467160
Apply suggestion from @aaronsteers
aaronsteers 4765645
refactor: rename streams_eval to stream_names_eval and total_expected…
devin-ai-integration[bot] 9e247ce
refactor: simplify evaluators with having parameter in _parse_expecte…
devin-ai-integration[bot] 791d6da
add generic evaluator fn
aaronsteers 3be1c8a
try implementation of generic compare
aaronsteers b3c2b21
fix: correct indentation and complete generic evaluator pattern
devin-ai-integration[bot] 0817fdb
Apply suggestion from @aaronsteers
aaronsteers caf5b7c
refactor: rename records_eval to stream_record_counts_eval and simpli…
devin-ai-integration[bot] bfa5cb1
fix: correct stream_names_eval to compare stream name keys instead of…
devin-ai-integration[bot] 5c7f6e2
fix: update session_id format to use 'conv-' prefix for OpenAI API co…
devin-ai-integration[bot] 3db608b
fix: use conv_ prefix and replace hyphens with underscores in session…
devin-ai-integration[bot] aecd00e
fix: let OpenAI auto-create conversation IDs instead of passing custo…
devin-ai-integration[bot] 5feef3a
Merge branch 'main' into devin/1760145011-add-primary-keys-check
devin-ai-integration[bot] 8fc6261
feat: add primary key normalization to handle string vs list comparison
devin-ai-integration[bot] 1f4282d
Merge branch 'main' into devin/1760145011-add-primary-keys-check
aaronsteers 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.