[Feature][Connector V2] Add GoogleSheets Sink#3848
[Feature][Connector V2] Add GoogleSheets Sink#3848TaoZex wants to merge 13 commits intoapache:devfrom
Conversation
|
I don't have permission to update this pr:#3411 |
CalvinKirs
left a comment
There was a problem hiding this comment.
Please provide UT or IT to verify this, you can set to disable, but we should have a test code that can be quickly and easily configured and then run.
Thanks for your advice. I will add e2e test code. |
...main/java/org/apache/seatunnel/connectors/seatunnel/google/sheets/sink/SheetsSinkWriter.java
Outdated
Show resolved
Hide resolved
|
@EricJoy2048 I have resolved conflict. PTAL. |
|
|
||
| > GoogleSheets sink connector | ||
| > | ||
| ## Description |
| sourceCredentials.createScoped( | ||
| Collections.singletonList(SheetsScopes.SPREADSHEETS)); | ||
| HttpRequestInitializer requestInitializer = new HttpCredentialsAdapter(sourceCredentials); | ||
| NetHttpTransport httpTransport = null; |
There was a problem hiding this comment.
| NetHttpTransport httpTransport = null; | |
| NetHttpTransport httpTransport; |
| } | ||
|
|
||
| @Override | ||
| public String getErrorMessage() { |
|
Offser the snapshot images of this connectors in different engines (flink spark zeta), not the snapshot images of seatunnel-examples, you need compile it and run test cases in integration test env. |
|
waitting ci |
|
LGTM |
TyrantLucifer
left a comment
There was a problem hiding this comment.
Please offer test screenshots.
| fields { | ||
| name = "string" | ||
| address = "string" | ||
| age = "int" |
|
Any process this pull request? |

Purpose of this pull request
improve pr : #3411
Check list
New License Guide