-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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][My Hours]Add My Hours Source Connector #3228
Conversation
… into myhours � Conflicts: � docs/en/Connector-v2-release-state.md
|
||
## Changelog | ||
|
||
### 2.2.0-beta 2022-10-22 |
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.
Change it to ### next version
.
MyHours{ | ||
email = "[email protected]" | ||
password = "seatunnel" | ||
url = "https://api2.myhours.com/api/Projects/getAll" |
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.
Add the schema
of https://api2.myhours.com/api/Projects/getAll
?
url = "https://api2.myhours.com/api/Projects/getAll" | ||
email = "[email protected]" | ||
password = "seatunnel" | ||
schema { |
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.
format error?
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.
Thanks for your review, I have fixed it.
## Key features | ||
|
||
- [x] [batch](../../concept/connector-v2-features.md) | ||
- [x] [stream](../../concept/connector-v2-features.md) |
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.
When will stream
be used? And for a SaaS service, how can we get the Incremental data when use stream
job?
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.
done.
.../org/apache/seatunnel/connectors/seatunnel/myhours/source/config/MyHoursSourceParameter.java
Show resolved
Hide resolved
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
33bdf10
Purpose of this pull request
#3018 My Hours Source Connector
#3162 reopen
Check list
New License Guide