Connections

Connection catalog

Properties (Pattern)

Name Type Description Required
. object   yes

.: object

Required Properties:

  • type  
    IF object

  • has properties, where
    property type

    • is cassandra or
    • is mysql or
    • is postgresql or
    • is sqlserver

THEN

Properties

Name Type Description Required
driver string Explicit driver to use, if not using default
 
connect_args object Additional arguments to use when connecting to the DB
 
query_args object Additional query string arguments to use when connecting to the DB
 
debug
(Debug mode)
boolean Echo all SQL commands to stdout
Default: false
 

Example

connect_args: {}
query_args: {}
debug: false

..then.connect_args: object

Additional arguments to use when connecting to the DB

No properties.

..then.query_args: object

Additional query string arguments to use when connecting to the DB

No properties.