SqlDWUpsertSettings Class

Sql DW upsert option settings.

Constructor

SqlDWUpsertSettings(*args: Any, **kwargs: Any)

Variables

Name Description
interim_schema_name
any

Schema name for interim table. Type: string (or Expression with resultType string).

keys_property
any

Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).

Attributes

interim_schema_name

string (or Expression with resultType string).

interim_schema_name: Any | None

keys_property

array of strings (or Expression with resultType array of strings).

keys_property: Any | None