Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SchemaDriftConfig

The configuration for handling schema drift in a Source or Target operator.

Properties

Optional dataTypeChangeHandling

dataTypeChangeHandling: DataTypeChangeHandling

The setting for how to handle columns/fields with changed data types.

Optional extraColumnHandling

extraColumnHandling: ExtraColumnHandling

The setting for how to handle extra columns/fields. NULL_FILLUP means that nulls will be loaded into the target for extra columns.

Optional isValidationWarningIfAllowed

isValidationWarningIfAllowed: undefined | false | true

If true, display a validation warning for schema changes, even if they are allowed.

Optional missingColumnHandling

missingColumnHandling: MissingColumnHandling

The setting for how to handle missing columns/fields. NULL_SELECT means that null values will be selected from the source for missing columns.

Functions

getDeserializedJsonObj

getJsonObj