diff --git a/docs/batch.md b/docs/batch.md index 5fd5b2df1..592a3dc85 100644 --- a/docs/batch.md +++ b/docs/batch.md @@ -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).