TaoZex commented on code in PR #3443: URL: https://github.com/apache/incubator-seatunnel/pull/3443#discussion_r1023671779
########## docs/en/connector-v2/source/Klaviyo.md: ########## @@ -0,0 +1,162 @@ +# Klaviyo + +> Klaviyo source connector + +## Description + +Used to read data from Klaviyo. + +## Key features + +- [x] [batch](../../concept/connector-v2-features.md) +- [ ] [stream](../../concept/connector-v2-features.md) +- [ ] [exactly-once](../../concept/connector-v2-features.md) +- [x] [schema projection](../../concept/connector-v2-features.md) +- [ ] [parallelism](../../concept/connector-v2-features.md) +- [ ] [support user-defined split](../../concept/connector-v2-features.md) + +## Options + +| name | type | required | default value | +| --------------------------- | ------ | -------- | ------------- | +| url | String | Yes | - | +| private_key | String | Yes | - | +| revision | String | Yes | - | +| method | String | No | get | +| schema.fields | Config | No | - | Review Comment: Thanks for your review.I have changed it to be the same as http source.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
