SqlDWUpsertSettings Class

Sql DW upsert option settings.

Inheritance
SqlDWUpsertSettings

Constructor

SqlDWUpsertSettings(*, interim_schema_name: Optional[Any] = None, keys: Optional[Any] = None, **kwargs)

Variables

interim_schema_name
any

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

keys
any

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