Page History
...
| Environment variable | Description | ||
|---|---|---|---|
WSL_LOAD_FULLNAME | The fully-qualified load table name. | ||
WSL_LOAD_TABLE | The unqualified load table name. | ||
WSL_LOAD_SCHEMA | The schema for the load table. | ||
WSL_LOAD_DB | The name of the database for the load table. | ||
WSL_TEMP_DB | PDW: The name of the staging database for the load . Others: Not Used.(Teradata only). | ||
WSL_TGT_AUTHCFG | Additional user defined Profile authentication attributes as (JSON format), scripts can load attributes from this variable. | WSL_TGT_AUTHTKN_1 | Encrypted field “Token 1” can be replaced in connection strings by specifying the token: $AUTHTKN_1$. It is intended to contain tokens, passwords or secrets related to authentication|
| from the associated Target Connection. Extract attributes by parsing the JSON, if required. | |||
WSL_TGT_AUTHTKN_[1|2|3] | Additional Profile authentication token fields from the associated Target Connection, normally used directly Encrypted field “Token 2” can be replaced in connection strings by specifying with the token : $AUTHTKN_2$. It is intended to contain tokens, passwords or secrets related to authentication. | WSL_TGT_AUTHTKN_3 | Encrypted field “Token 3” can be replaced in connection strings by specifying the token: $AUTHTKN_3$. It is intended to contain tokens, passwords or secrets related to authenticationformat $AUTHTKN_[1|2|3]$ but can be accessed in scripts via this variable. |
WSL_TGT_DBID | The Database ID property of the load table's storage connection. | ||
WSL_TGT_USER | The user id for the load table's storage connection. | ||
WSL_TGT_PWD | The password for the load table's storage connection. |
...