Skip to content

Commit

Permalink
add fetch_size to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MindaugasN committed Dec 29, 2023
1 parent dc7eb74 commit 0ee429a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pipx install git+https://github.com/datarts-tech/tap-cassandra.git@main
| reconnect_delay | False | 60 | Floating point number of seconds to wait inbetween each attempt. |
| max_attempts | False | 5 | Should be a total number of attempts to be made before giving up. |
| protocol_version | False | 65 | The maximum version of the native protocol to use. |
| fetch_size | False | 10000 | The fetch size when syncing data from Cassandra. |
| stream_maps | False | None | Config object for stream maps capability. For more information check out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html). |
| 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. |
Expand Down

0 comments on commit 0ee429a

Please sign in to comment.