Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
Environment variableDescription
WSL_LOAD_FULLNAMEThe fully-qualified load table name.
WSL_LOAD_TABLEThe unqualified load table name.
WSL_LOAD_SCHEMAThe schema for the load table.  
WSL_LOAD_DBThe name of the database for the load table.
WSL_TEMP_DBPDW:

The name of the staging database for the load

. Others: Not Used.

(Teradata only). 

WSL_TGT_AUTHCFGAdditional user defined Profile authentication attributes as (JSON format), scripts can load attributes from this variable.
WSL_TGT_AUTHTKN_1
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_DBIDThe Database ID property of the load table's storage connection.
WSL_TGT_USERThe user id for the load table's storage connection.
WSL_TGT_PWDThe password for the load table's storage connection.

...