Connection - Attributes (Parameters)
A connection attribute is a attribute of a connection.
Parameter
The connection parameters:
- define how to connect to a system connection via its URL attribute
- and configure the behavior of this connection.
The only mandatory parameter variable is the URI.
Built-in parameters are parameters used for all connections. Each connection type may add its own parameters variable.
Management
See
You can see the attributes of your connection with the connection info command.
Set
You can set connection parameters:
- by editing manually the configuration vault
connections:
connectionName:
parameter1: value1
- with the connection upsert command.
- with a operating system variable
export TABLI_CONNECTION_NAME_PARAMETER1=value1