pyArango icon indicating copy to clipboard operation
pyArango copied to clipboard

Python Driver for ArangoDB with built-in validation

Results 55 pyArango issues
Sort by recently updated
recently updated
newest added

When I try to build inverted index using `ensureIndex(index_type='inverted', fields=[ "_key" ])` It will raise exception `Traceback (most recent call last): File "", line 1, in File "/home/lib/python3.8/site-packages/pyArango/collection.py", line 624,...

https://www.arangodb.com/docs/stable/arangosearch-views.html

The AQLQuery object in the pyarango library is not compatible with itertools.batched, leading to an endless loop. When the iterator is exhausted, calling next() raises StopIteration. However, calling next() again...

If Foxx is disabled on the ArangoDB server then the `reload()` method on the `Foxx` class will raise an error: `requests.exceptions.HTTPError: 501 Server Error: Not Implemented for url: https://arango:8529/_db/example/_api/foxx?excludeSystem=False` https://docs.arangodb.com/3.12/components/arangodb-server/options/#--foxxenable...