SqlDWUpsertSettings Class  
Sql DW upsert option settings.
Constructor
SqlDWUpsertSettings(*, interim_schema_name: MutableMapping[str, Any] | None = None, keys: MutableMapping[str, Any] | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| interim_schema_name | 
				<xref:JSON>
		 Schema name for interim table. Type: string (or Expression with resultType string). Default value: None | 
| keys | 
				<xref:JSON>
		 Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings). Default value: None | 
Variables
| Name | Description | 
|---|---|
| interim_schema_name | 
				<xref:JSON>
		 Schema name for interim table. Type: string (or Expression with resultType string). | 
| keys | 
				<xref:JSON>
		 Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings). |