Skip to content

Commit

Permalink
Add kgx.sink.parquet_sink to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Apr 15, 2024
1 parent a1a19a3 commit b02b789
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/reference/sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,18 @@ formatted JSON.
:inherited-members:
:show-inheritance:
```


## kgx.sink.parquet_sink

`ParquetSink` is responsible for writing data as Parquet table files.

KGX writes two separate files - one for nodes and another for edges.


```eval_rst
.. automodule:: kgx.sink.parquet_sink
:members:
:inherited-members:
:show-inheritance:
```

0 comments on commit b02b789

Please sign in to comment.