skyoct commented on code in PR #3185:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3185#discussion_r1005645376


##########
docs/en/connector-v2/source/GoogleSheets.md:
##########
@@ -0,0 +1,61 @@
+# GoogleSheets
+
+> GoogleSheets source connector
+
+## Description
+
+Used to read data from GoogleSheets.
+
+## Options
+
+| name                | type         | required | default value |
+|-------------------  |--------------|----------|---------------|
+| service_account_key | string       | yes      | -             |
+| sheet_id            | string       | yes      | -             |
+| sheet_name          | string       | yes      | -             |
+| headers             | List<String> | yes      | -             |
+| schema              | config       | No       | -             |
+
+

Review Comment:
   @TaoZex Do not need to set the type?



-- 
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]

Reply via email to