-
Notifications
You must be signed in to change notification settings - Fork 214
feat: add automatic retry for transient dbt command errors #2125
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
haritamar
merged 23 commits into
master
from
devin/1772197495-add-transient-retry-logic
Feb 28, 2026
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
a27063c
feat: add automatic retry for transient dbt command errors
devin-ai-integration[bot] 07045ae
fix: guard _build_haystack against non-string arguments
devin-ai-integration[bot] bd25d9b
fix: address CodeRabbit review feedback
devin-ai-integration[bot] 7594348
fix: address CodeRabbit round 2 feedback
devin-ai-integration[bot] 74a436b
fix: address CodeRabbit round 3 feedback
devin-ai-integration[bot] 2fb59ee
fix: remove unused imports and fix isort ordering in test_retry_logic
devin-ai-integration[bot] d2edbd0
style: fix black formatting in test_retry_logic imports
devin-ai-integration[bot] f6a91db
test: add early retry success test case
devin-ai-integration[bot] 02521ed
fix: restore original capture_output passthrough to preserve streamin…
devin-ai-integration[bot] 6ac8a9d
fix: always capture output for transient detection, print to terminal…
devin-ai-integration[bot] 0c5f1e5
fix: guard sys.stdout/stderr.write with isinstance check
devin-ai-integration[bot] 24e593c
refactor: always set --log-format and always capture output, make cap…
devin-ai-integration[bot] 42b24da
fix: update test_alerts_fetcher positional indices for --log-format p…
devin-ai-integration[bot] 0d2673d
fix: parse output regardless of log_format, not just json
devin-ai-integration[bot] 05a2e45
fix: add BigQuery 409 duplicate job ID to transient error patterns
devin-ai-integration[bot] b5de019
fix: narrow BigQuery 409 pattern to 'error 409' instead of generic 'a…
devin-ai-integration[bot] dcd8a9f
refactor: simplify retry flow with _inner_run_command_with_retries
haritamar 532e592
style: fix black formatting for is_transient_error call
devin-ai-integration[bot] 54005bc
docs: fix docstring for target=None in is_transient_error (all patter…
devin-ai-integration[bot] 3aeaf01
Merge remote-tracking branch 'origin/master' into devin/1772197495-ad…
devin-ai-integration[bot] 91e41b3
feat: resolve adapter type from profiles.yml for transient error dete…
devin-ai-integration[bot] 4866840
refactor: simplify _get_adapter_type — remove broad try/except, strea…
devin-ai-integration[bot] ff057ff
refactor: rename target→adapter_type in is_transient_error signature
devin-ai-integration[bot] 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
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.