Skip to content

Commit

Permalink
docs: Add batch config to README copied from Meltano Hub (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianswms and visch authored Oct 9, 2023
1 parent da7d5b8 commit 42b2d59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 42b2d59

Please sign in to comment.