cognito.Fetcher

Forbinder til Cognito

Options

NameTypeMandatoryDefault valueDescription
dbObjectYesdatabaseinformation
db.serverstringYeshost navn, database server
db.userstringYesbrugernavn
db.passwordstringYespassord
db.oisdatabasestringYesois databasenavn
db.tlydatabasestringYestly databasenavn

Examples

Usage

YAML Declaration:


_type: cognito.Fetcher
_options:
 db:
   user: 'uuu'
   password: 'ppp'
   server: 'sss'
   oisdatabase: 'OisData_0710'
   tlydatabase: 'TLYData_0710'