You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A good target is to implement the persistiq connector as no code as this connector is using a very straightforward connector that only uses high-leverage features.
Once the core of the CDK is implemented, we can build more complex features to support Stripe (for substreams), Tiktok-marketing (for semi-increntals), and Strava (for OAuth)
Implementation steps:
Implement Source + Stream that can read a yaml config as described in the design doc
Implement Source
Implement DefaultExtractor
Implement HttpRequester
Implement JsonDecoder
Implement Datetime iterator
Implement extrapolator using Jinja
Implement sendgrid as no-code
Implement parsing layer to go from DSL -> canonical connector configuration (yaml form)
Tell us about the problem you're trying to solve
Following up on #11897
MVP the features we want to implement.
Describe the solution you’d like
Implement the thinest vertical allowing us to field test the new CDK.
WIP design doc: https://docs.google.com/document/d/1fNmhMKujHqccsrXF-ZIP3pP_7ZdjFNft4c7a9FMZZJY/edit#
A good target is to implement the persistiq connector as no code as this connector is using a very straightforward connector that only uses high-leverage features.
Once the core of the CDK is implemented, we can build more complex features to support Stripe (for substreams), Tiktok-marketing (for semi-increntals), and Strava (for OAuth)
Implementation steps:
Out of scope:
The text was updated successfully, but these errors were encountered: