-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add retrying to batch writing - Fixed number of retries (10) - Retries on three different flight errors Co-authored-by: Max Kießling <max.kiessling@neotechnology.com> * Read metadata before returning The ambition is to make sure to have received an ACK from the server before continuing to send a DONE message. Co-authored-by: Max Kießling <max.kiessling@neotechnology.com> * Fix numpy to <2 version and add new pyarrow versions * Explicitly set username and password * Update poetry * Diagnose what is wrong in CI * Remove extra logging * Read the ack message for each batch --------- Co-authored-by: Max Kießling <max.kiessling@neotechnology.com> Co-authored-by: Ali Ince <ali.ince@neo4j.com> Co-authored-by: Max Kießling <max.kiessling@neo4j.com>
- Loading branch information
1 parent
c222cf4
commit c6c40af
Showing
7 changed files
with
618 additions
and
501 deletions.
There are no files selected for viewing
This file contains 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 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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 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