-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature][Connector V2] Add GoogleSheets Sink #3848
Conversation
I don't have permission to update this pr:#3411 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
> GoogleSheets sink connector | ||
> | ||
## Description |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove blank
sourceCredentials.createScoped( | ||
Collections.singletonList(SheetsScopes.SPREADSHEETS)); | ||
HttpRequestInitializer requestInitializer = new HttpCredentialsAdapter(sourceCredentials); | ||
NetHttpTransport httpTransport = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NetHttpTransport httpTransport = null; | |
NetHttpTransport httpTransport; |
} | ||
|
||
@Override | ||
public String getErrorMessage() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please offer test screenshots.
fields { | ||
name = "string" | ||
address = "string" | ||
age = "int" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test all data types
Any process this pull request? |
Purpose of this pull request
improve pr : #3411
Check list
New License Guide