We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eade32 commit 681e827Copy full SHA for 681e827
nx_arangodb/classes/function.py
@@ -801,7 +801,7 @@ def separate_nodes_by_collections(
801
802
803
def transform_local_documents_for_adb(
804
- original_documents: dict[str, Any]
+ original_documents: dict[str, Any],
805
) -> list[dict[str, Any]]:
806
"""Transform original documents into a format suitable for UPSERT
807
operations in ArangoDB. Returns a list of documents with '_key' attribute
0 commit comments