-
Notifications
You must be signed in to change notification settings - Fork 30
tests: improve fast tests error logging, skip 'read' on destinations #644
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
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
065e737
fix(sql): Add fallback to source_defined_primary_key in CatalogProvider
devin-ai-integration[bot] 821848b
refactor(sql): Simplify primary key fallback logic with one-liner
devin-ai-integration[bot] 565aa64
refactor(test): Parametrize catalog provider tests to reduce duplication
devin-ai-integration[bot] 07de856
docs(sql): Expand docstring for get_primary_keys to explain fallback …
devin-ai-integration[bot] b4aa7df
fix(format): Apply ruff formatting to docstring changes
devin-ai-integration[bot] 65e8e87
feat(sql): Prioritize source_defined_primary_key and return None when…
devin-ai-integration[bot] be8d806
feat(sql): Add guard statements for primary key validation in merge o…
devin-ai-integration[bot] 8d1ecae
fix(format): Break long docstring line to meet line length requirements
devin-ai-integration[bot] 625cd1e
fix(cherry-pick me): improve messaging for 'could not import module' …
aaronsteers 74240ab
docs(sql): Clarify that get_primary_keys returns column names, not va…
devin-ai-integration[bot] 820d9e8
tests: improve fast test outputs, skip 'read' tests for destinations
aaronsteers efd9d7d
Apply suggestions from code review
aaronsteers aefed0d
fix missing import
aaronsteers 0839137
apply suggestion: rename to 'raise_if_errors'
aaronsteers 3d14724
renames (round two)
aaronsteers 623723f
fix missing declaration
aaronsteers 4a23c35
fix lint issue
aaronsteers 6966f6d
fix verify, improve message output
aaronsteers 51e2ad7
more verbose format output
aaronsteers 7bf86ab
Merge branch 'devin/1751064114-fix-primary-key-fallback' of https://g…
aaronsteers 10f39d2
remove extra space
aaronsteers fdf2273
Merge branch 'devin/1751064114-fix-primary-key-fallback' into aj/test…
aaronsteers 66df838
always test destination-motherduck
aaronsteers eb0af5d
Merge branch 'main' into aj/tests/improve-fast-test-outputs
aaronsteers ff9e842
use proper destination test suite class
aaronsteers b0f28b7
remove unused import
aaronsteers 0d8c317
fix language tags resolution
aaronsteers 0dd3cd9
use absolute path to detect name
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.