Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
saiharshavellanki authored and nikhilgarg28 committed Aug 29, 2024
1 parent 3d795e3 commit 26a090b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/api-reference/decorators/sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ them to commit depending on the environment.

<Expandable title="how" type='Optional[Literal["incremental", "recreate"] | SnapshotData]' defaultVal="None">
This denotes the style of sink
* incremental denotes we incrementally sink the new changes to data
* recreate denotes we recreate the entire sink every time
* SnapshotData denotes we sink only the current snapshot of dataset
* incremental: Fennel incrementally sinks the new data changes
* recreate: Fennel recreates the entire sink every time
* SnapshotData: Fennel sinks only the current snapshot of dataset

:::info
Fennel supports only Increment style of sink. If you want the style to be either Recreate or SnapshotData,
Expand Down

0 comments on commit 26a090b

Please sign in to comment.