Skip to content

Commit

Permalink
docs: Fix duplicate Known Limitations header
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 1, 2022
1 parent 83246f6 commit e9ca016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/batch.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class MySink(Sink):
# process the batch files
```

## Known Limitations
## Known Limitations of `BATCH`

1. Currently the built-in `BATCH` implementation does not support incremental bookmarks or `STATE` tracking. This work is tracked in [Issue #976](https://github.com/meltano/sdk/issues/976).
2. The `BATCH` implementation is not currently compatible with [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html). This is certainly possible to implement in theory, but it would also introduce some performance penalties. This limitation is tracked in [Issue 1117#](https://github.com/meltano/sdk/issues/1117).
Expand Down

0 comments on commit e9ca016

Please sign in to comment.