Skip to content

Commit

Permalink
final main checkpoint: arango_rdf
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Jan 20, 2024
1 parent 393fa22 commit 59b1f42
Show file tree
Hide file tree
Showing 2 changed files with 268 additions and 187 deletions.
2 changes: 0 additions & 2 deletions arango_rdf/abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def rdf_to_arangodb_by_rpt(
flatten_reified_triples: bool,
use_hashed_literals_as_keys: bool,
overwrite_graph: bool,
use_async: bool,
batch_size: Optional[int],
**adb_import_kwargs: Any,
) -> ADBGraph:
Expand All @@ -40,7 +39,6 @@ def rdf_to_arangodb_by_pgt(
contextualize_graph: bool,
flatten_reified_triples: bool,
overwrite_graph: bool,
use_async: bool,
batch_size: Optional[int],
**adb_import_kwargs: Any,
) -> ADBGraph:
Expand Down
Loading

0 comments on commit 59b1f42

Please sign in to comment.