Skip to content

Commit

Permalink
working cdc with resumable full refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
rodireich committed May 20, 2024
1 parent 1cddbdc commit d7f42b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ abstract class AbstractJdbcSource<Datatype>(
?: throw IllegalStateException(
"Must provide initialLoadHandler for resumable full refresh."
)
return initialLoadHandler.getIteratorForStream(airbyteStream, table, Instant.now())
return augmentWithStreamStatus(airbyteStream, initialLoadHandler.getIteratorForStream(airbyteStream, table, Instant.now()))
}

// If flag is off, fall back to legacy non-resumable refresh
Expand Down

0 comments on commit d7f42b9

Please sign in to comment.