Skip to content

[Feature][Connector V2] Add GoogleSheets Sink#3848

Closed
TaoZex wants to merge 13 commits intoapache:devfrom
TaoZex:googlesheets_sink_connector
Closed

[Feature][Connector V2] Add GoogleSheets Sink#3848
TaoZex wants to merge 13 commits intoapache:devfrom
TaoZex:googlesheets_sink_connector

Conversation

@TaoZex
Copy link
Contributor

@TaoZex TaoZex commented Jan 2, 2023

Purpose of this pull request

improve pr : #3411

Check list

@TaoZex
Copy link
Contributor Author

TaoZex commented Jan 2, 2023

I don't have permission to update this pr:#3411
So I created this pr to improve it. @EricJoy2048

Copy link
Member

@CalvinKirs CalvinKirs left a 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.

@TaoZex
Copy link
Contributor Author

TaoZex commented Jan 3, 2023

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.

@TaoZex TaoZex requested a review from CalvinKirs January 5, 2023 09:49
@TaoZex TaoZex closed this Jan 5, 2023
@TaoZex TaoZex reopened this Jan 5, 2023
@TaoZex TaoZex closed this Jan 5, 2023
@TaoZex TaoZex reopened this Jan 5, 2023
@TaoZex TaoZex requested review from EricJoy2048 and removed request for CalvinKirs February 10, 2023 05:56
@TaoZex
Copy link
Contributor Author

TaoZex commented Feb 14, 2023

@EricJoy2048 I have resolved conflict. PTAL.

Copy link
Member

@TyrantLucifer TyrantLucifer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update release-note plugin_config seatunnel-dist

image


> GoogleSheets sink connector
>
## Description
Copy link
Member

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;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
NetHttpTransport httpTransport = null;
NetHttpTransport httpTransport;

}

@Override
public String getErrorMessage() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

@TyrantLucifer
Copy link
Member

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.

@hailin0
Copy link
Member

hailin0 commented May 19, 2023

waitting ci

@hailin0
Copy link
Member

hailin0 commented May 22, 2023

LGTM

Copy link
Member

@TyrantLucifer TyrantLucifer left a 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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test all data types

@TyrantLucifer
Copy link
Member

Any process this pull request?

@TaoZex TaoZex closed this Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants