Hello - I am trying to figure out the best way to grab JSON data from an http api -- the api requires url query parameters date_from and date_to
Would I need to create a custom source connector, or is there another method I am missing?
✅ 1
u
[DEPRECATED] Marcos Marx
09/10/2021, 11:02 PM
Yes, you can create a simple connector using the CDK framework. Do you want to incremental sync your data or full refresh everytime?
x
Xander Porterfield
09/11/2021, 12:21 AM
incremental
u
[DEPRECATED] Marcos Marx
09/11/2021, 12:43 AM
So, using the CDK will help you building the connector because helps you implementing the incremental, fallback, error handling etc