IncrementalTableConfig constructor

IncrementalTableConfig({
  1. List<String>? incrementalPostOperations,
  2. List<String>? incrementalPreOperations,
  3. String? incrementalSelectQuery,
  4. bool? refreshDisabled,
  5. List<String>? uniqueKeyParts,
  6. String? updatePartitionFilter,
})

Implementation

IncrementalTableConfig({
  this.incrementalPostOperations,
  this.incrementalPreOperations,
  this.incrementalSelectQuery,
  this.refreshDisabled,
  this.uniqueKeyParts,
  this.updatePartitionFilter,
});