FWLamb commented on code in PR #3392:
URL:
https://github.com/apache/incubator-seatunnel/pull/3392#discussion_r1027464054
##########
docs/en/connector-v2/sink/InfluxDB.md:
##########
@@ -13,20 +13,21 @@ Write data to InfluxDB.
## Options
-| name | type | required | default value
|
-|-----------------------------|----------|----------|-------------------------------|
-| url | string | yes | -
|
-| database | string | yes |
|
-| measurement | string | yes |
|
-| username | string | no | -
|
-| password | string | no | -
|
-| key_time | string | yes | processing time
|
-| key_tags | array | no | exclude `field` &
`key_time` |
-| batch_size | int | no | 1024
|
-| batch_interval_ms | int | no | -
|
-| max_retries | int | no | -
|
-| retry_backoff_multiplier_ms | int | no | -
|
-| connect_timeout_ms | long | no | 15000
|
+| name | type | required | default value
|
+|-----------------------------|--------|----------|------------------------------|
+| url | string | yes | -
|
+| database | string | yes |
|
+| measurement | string | yes |
|
+| username | string | no | -
|
+| password | string | no | -
|
+| key_time | string | no | processing time
|
+| key_tags | array | no | exclude `field` &
`key_time` |
+| batch_size | int | no | 1024
|
+| batch_interval_ms | int | no | -
|
+| max_retries | int | no | -
|
+| retry_backoff_multiplier_ms | int | no | -
|
+| connect_timeout_ms | long | no | 15000
|
+| common-options | config | no | -
|
Review Comment:
done
--
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]