accept
Accept is the main method called for every record to process. state is the current state associated with the record. Note that in this context, state refers to the output from the most recent start call. This is not an AirbyteState.
Returns
Complete if data was loaded completely. accept may return rejected records for the dead letter queue. Note that the CDK will only checkpoint when the all the records for a given AirbyteState are either loaded in the destination or written to the dead letter queue.
Incomplete if the record was staged.