Skip to content
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

Bugfix/bulk import #205

Closed
wants to merge 30 commits into from

Conversation

cpurules
Copy link
Contributor

Fixes #188 and #203

For some reason it seems like the bulkImport methods were expecting the data being POSTed to be altered... the requests library doesn't do that. Since this entirely broke the error checking and thus the methods altogether, I replaced it with a simple status_code check. 201 is successful per the docs, so if it isn't 201, raise an UpdateError with the response data.

hkernbach and others added 30 commits March 12, 2020 15:29
…licationFactor and writeConcern as option parameters as well
…ion-example

Add JSON Schema validation example.
Fix social example

Fix social example
change "validation" attribute name to "schema" after the corresponding API changed during the ArangoDB 3.7 alpha phase.
change "validation" attribute name to "schema"
…-arango-testing-integration

add simple driver test wrapper script
…gelog-typos

fix some typos in CHANGELOG.rst
Allow to easily check if an id exist or not. Especially when working with edge and need an easy way to check _from, _to field
…contains

Add __contains__ method to allow to easily check if an id reference a valid document
@cpurules
Copy link
Contributor Author

Not sure why this pulled in all of those commits, let me fix that, sorry!

@cpurules cpurules closed this Jun 16, 2021
@cpurules cpurules deleted the bugfix/bulk-import branch June 16, 2021 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants