-
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][Github] Adding Github Source Connector #4155
Conversation
...e/connector-http-e2e/src/test/java/org/apache/seatunnel/e2e/connector/http/HttpGithubIT.java
Outdated
Show resolved
Hide resolved
seatunnel-connectors-v2/connector-http/connector-http-github/pom.xml
Outdated
Show resolved
Hide resolved
...http-github/src/main/java/org/apache/seatunnel/connectors/seatunnel/github/GithubPlugin.java
Outdated
Show resolved
Hide resolved
...thub/src/main/java/org/apache/seatunnel/connectors/seatunnel/github/source/GithubSource.java
Outdated
Show resolved
Hide resolved
...thub/src/main/java/org/apache/seatunnel/connectors/seatunnel/github/source/GithubSource.java
Outdated
Show resolved
Hide resolved
@liugddx @TyrantLucifer Thanks for your suggestions, please take a look agian. |
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.
Sorry my fault, you also should update release-note https://github.com/apache/incubator-seatunnel/blob/dev/release-note.md too |
|
…c/test/java/org/apache/seatunnel/e2e/connector/http/HttpGithubIT.java Co-authored-by: Guangdong Liu <[email protected]>
You should update |
70b1734
to
35b5d17
Compare
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.
Overall LGTM, let's waiting CI. cc @liugddx
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.
LGTM
I just submitted an update to the release-note and the approval status will be dimissed again in the github mechanism, please re-add your approval, thanks. |
Purpose of this pull request
Adding Github API data source connector based on http-connector.
Related issue: #3018
Check list
New License Guide
release-note
.