return-dataframe-with-succeeded-rows-even-during-TTDAPIError - #62
Open
adithyasamavedhi-ttd wants to merge 1 commit into
Open
return-dataframe-with-succeeded-rows-even-during-TTDAPIError#62adithyasamavedhi-ttd wants to merge 1 commit into
adithyasamavedhi-ttd wants to merge 1 commit into
Conversation
adithyasamavedhi-ttd
force-pushed
the
return-already-processed-rows-on-TTDAPIError
branch
9 times, most recently
from
August 18, 2026 21:07
8e22d94 to
320d6f7
Compare
adithyasamavedhi-ttd
force-pushed
the
return-already-processed-rows-on-TTDAPIError
branch
from
August 18, 2026 22:48
320d6f7 to
af8ab2f
Compare
legrigonis
approved these changes
Aug 19, 2026
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
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.
What does this PR do?
ush_dataandbatch_processso that neither riase / propagate exceptionsABORTEDerror code for all these rows.ABORTEDmeans these were never sent to TTD and are safe to retryTests:
push_datapush_dataused to raise exception and we lost all the data processed before point of exceptionbatch_processbatch_processused to raise exception and we lost all the data processed before point of exception