Vladimir Stankovic
04/06/2023, 1:47 AM{
"filterCriteria": [
{
"field": "lastModifiedDate",
"operator": "AFTER",
"value": "2023-04-02"
}
],
"sortingCriteria": {
"field": "lastModifiedDate",
"order": "ASC"
}
}Alexandre Girard (Airbyte)
04/06/2023, 1:56 AMVladimir Stankovic
04/06/2023, 2:06 AMincremental_sync:
type: DatetimeBasedCursor
I was wondering if there is a way to implement custom class (and inject implementation instead of DatetimeBasedCursor) that would send JSON payload?