Skip to content
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 sentry sink connector #2244 #2584

Merged
merged 4 commits into from
Sep 6, 2022

Conversation

Saintyang
Copy link
Contributor

@Saintyang Saintyang commented Aug 31, 2022

Purpose of this pull request

Add sentry sink connector

Check list

yangshengjie added 2 commits August 31, 2022 21:41
# Conflicts:
#	plugin-mapping.properties
#	seatunnel-connectors-v2-dist/pom.xml
#	seatunnel-connectors-v2/pom.xml
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-logback</artifactId>
<version>5.0.1</version>
Copy link
Member

Choose a reason for hiding this comment

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

We manage dependencies uniformly in the root pom (dependency managernt)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@CalvinKirs
Copy link
Member

Hi, great, could you add some pictures of the corresponding test results? I don't have the corresponding environment

@Saintyang
Copy link
Contributor Author

snapshot
@CalvinKirs maybe you want this? this is the result of running SeaTunnelSentryExample.main()

# This is a example source plugin **only for test and demonstrate the feature source plugin**
FakeSource {
result_table_name = "fake"
field_name = "name,age"
Copy link
Member

Choose a reason for hiding this comment

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

You can merged dev branch? FeakSource updated schema format

#2406

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 datatypes?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

maybe i should remove the example code? i didn't see other connector commit the example code

Copy link
Member

@CalvinKirs CalvinKirs Sep 1, 2022

Choose a reason for hiding this comment

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

maybe i should remove the example code?

it's OK to me.
BTW, I'm not sure if it's appropriate for the sink to write directly to SeatunelRow.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok,i've remove the example class and conf file and pom dependency.

@Hisoka-X
Copy link
Member

Hisoka-X commented Sep 5, 2022

Can you add connector-v2 e2e-testcase & update docs

reference:
e2e: #2499
docs : #2625

@EricJoy2048
Copy link
Member

Can you add connector-v2 e2e-testcase & update docs

reference: e2e: #2499 docs : #2625

I think Sentry Sink can not run e2e.

@Saintyang
Copy link
Contributor Author

Saintyang commented Sep 6, 2022

Can you add connector-v2 e2e-testcase & update docs

reference: e2e: #2499 docs : #2625

Finish updating doc.
As for e2e-test ,I agree with @EricJoy2048 , sentry need user acoount to create config to run the test

@EricJoy2048
Copy link
Member

Document is ok.

@Hisoka-X Hisoka-X merged commit 9fd4039 into apache:dev Sep 6, 2022
MRYOG pushed a commit to MRYOG/incubator-seatunnel that referenced this pull request Sep 8, 2022
…#2584)

* [Feature][Connector-V2] Add sentry sink connector apache#2244

* [Feature][Connector-V2] Add sentry sink connector: modify pom.xml and doc, remove example class

Co-authored-by: yangshengjie <yangshengjie@analysys.com.cn>
laglangyue pushed a commit to laglangyue/seatunnel that referenced this pull request Sep 11, 2022
…#2584)

* [Feature][Connector-V2] Add sentry sink connector apache#2244

* [Feature][Connector-V2] Add sentry sink connector: modify pom.xml and doc, remove example class

Co-authored-by: yangshengjie <yangshengjie@analysys.com.cn>
MRYOG pushed a commit to MRYOG/incubator-seatunnel that referenced this pull request Sep 15, 2022
…#2584)

* [Feature][Connector-V2] Add sentry sink connector apache#2244

* [Feature][Connector-V2] Add sentry sink connector: modify pom.xml and doc, remove example class

Co-authored-by: yangshengjie <yangshengjie@analysys.com.cn>
MRYOG pushed a commit to MRYOG/incubator-seatunnel that referenced this pull request Sep 16, 2022
…#2584)

* [Feature][Connector-V2] Add sentry sink connector apache#2244

* [Feature][Connector-V2] Add sentry sink connector: modify pom.xml and doc, remove example class

Co-authored-by: yangshengjie <yangshengjie@analysys.com.cn>
TyrantLucifer pushed a commit to TyrantLucifer/incubator-seatunnel that referenced this pull request Sep 18, 2022
…#2584)

* [Feature][Connector-V2] Add sentry sink connector apache#2244

* [Feature][Connector-V2] Add sentry sink connector: modify pom.xml and doc, remove example class

Co-authored-by: yangshengjie <yangshengjie@analysys.com.cn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants