From 42b2d59de50da6130aba3f3d3e6b7c71049167d2 Mon Sep 17 00:00:00 2001 From: Sebastian Smiley <46581584+sebastianswms@users.noreply.github.com> Date: Mon, 9 Oct 2023 08:16:52 -0400 Subject: [PATCH] docs: Add batch config to README copied from Meltano Hub (#234) Copied from: https://hub.meltano.com/extractors/tap-postgres/#batch_config-encoding-compression-setting Closes #220 Co-authored-by: Derek Visch --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 225c946e..629d9ea9 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,11 @@ Built with the [Meltano Singer SDK](https://sdk.meltano.com). | stream_map_config | False | None | User-defined config values to be used within map expressions. | | flattening_enabled | False | None | 'True' to enable schema flattening and automatically expand nested properties. | | flattening_max_depth| False | None | The max depth to flatten schemas. | +| batch_config| False | None | JSON object containing information on data batching. | +| batch_config.encoding.compression| False | None | Compression format to use for batch files. | +| batch_config.encoding.format| False | None | Format to use for batch files. | +| batch_config.storage.prefix| False | None | Prefix to use when writing batch files. | +| batch_config.storage.root| False | None | Root path to use when writing batch files. | A full list of supported settings and capabilities is available by running: `tap-postgres --about`