Connection - Attributes (Parameters)

Connection - Attributes (Parameters)

A connection attribute is a attribute of a connection.

Parameter

The connection parameters:

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:

connections:
  connectionName:
    parameter1: value1
export TABLI_CONNECTION_NAME_PARAMETER1=value1



Related HowTo
How to list connections

This How-To shows you how to list connections with the tabli connection list command

Task Runner