Static Datasource Backfill Operator
class StaticDatasourceBackfillOperator<I : Any, P : Any>(backfill: StaticDatasourceBackfill<I, P>, parametersOperator: BackfilaParametersOperator<P>) : BackfillOperator
Content copied to clipboard
Types
Functions
getNextBatchRange
Link copied to clipboard
open override fun getNextBatchRange(request: GetNextBatchRangeRequest): GetNextBatchRangeResponse
Content copied to clipboard
prepareBackfill
Link copied to clipboard
open override fun prepareBackfill(request: PrepareBackfillRequest): PrepareBackfillResponse
Content copied to clipboard