Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add batch config to README copied from Meltano Hub #234

Merged
merged 2 commits into from
Oct 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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