DataPrepConfiguration

Configuration for data preparation operations, defining the complete pipeline from source tables through transformations to destination tables.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map of destination tables that receive the final prepared data.

Link copied to clipboard

A map of source tables that provide information about underlying sources.

Link copied to clipboard

A map of transformation steps that process the data.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String