TaoZex commented on code in PR #3321: URL: https://github.com/apache/incubator-seatunnel/pull/3321#discussion_r1016126596
########## docs/en/connector-v2/sink/AmazonDynamoDB.md: ########## @@ -0,0 +1,69 @@ + +# AmazonDynamoDB + +> Amazon DynamoDB sink connector + +## Description + +Write data to Amazon DynamoDB + +## Key features + +- [ ] [exactly-once](../../concept/connector-v2-features.md) +- [ ] [schema projection](../../concept/connector-v2-features.md) + +## Options + +| name | type | required | default value | +|-------------------|--------|----------|---------------| +| url | string | yes | - | +| region | string | yes | - | +| access_key_id | string | yes | - | +| secret_access_key | string | yes | - | +| table | string | yes | - | +| batch_size | string | no | 25 | +| batch_interval_ms | string | no | 1000 | +| common-options | | no | - | + +### url [string] + +url to write to Amazon DynamoDB. Review Comment: Other lines is to capitalize the first letter, use the URL is better. ########## docs/en/connector-v2/source/AmazonDynamoDB.md: ########## @@ -17,35 +17,35 @@ Read data from Amazondynamodb. ## Options -| name | type | required | default value | -| ---------------- | ------ | -------- | ------------- | -| url | string | yes | - | -| region | string | yes | - | -| access_key_id | string | yes | - | -| secret_access_key| string | yes | - | -| table | string | yes | - | -| schema | object | yes | - | -| common-options | | yes | - | +| name | type | required | default value | +|-------------------|--------|----------|---------------| +| url | string | yes | - | +| region | string | yes | - | +| access_key_id | string | yes | - | +| secret_access_key | string | yes | - | +| table | string | yes | - | Review Comment: fix format? ########## docs/en/connector-v2/source/AmazonDynamoDB.md: ########## @@ -17,35 +17,35 @@ Read data from Amazondynamodb. ## Options -| name | type | required | default value | -| ---------------- | ------ | -------- | ------------- | -| url | string | yes | - | -| region | string | yes | - | -| access_key_id | string | yes | - | -| secret_access_key| string | yes | - | -| table | string | yes | - | -| schema | object | yes | - | -| common-options | | yes | - | +| name | type | required | default value | +|-------------------|--------|----------|---------------| +| url | string | yes | - | +| region | string | yes | - | +| access_key_id | string | yes | - | +| secret_access_key | string | yes | - | +| table | string | yes | - | +| schema | object | yes | - | +| common-options | | yes | - | ### url [string] -url to read to Amazondynamodb. +url to read to Amazon Dynamodb. Review Comment: Same as above. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
