Type to start searching...

LogCursor

An ETL logging cursor.

Properties
batchArgs : string

List of arguments to log.

If batchId is specified, these are the arguments used to format it. Otherwise, these expressions are evaluated and output as is. Available variables are: 'batch' and 'cursor'.
batchId : string

Optional string or string id to log when the cursor is opened.

If present the args are formatted based on this string. Otherwise, all args are displayed. If args are unspecified, this may be any scheme expression and will be evaluated and output as is. Available variables are: 'batch' and 'cursor'.
caption : string

String identifier for caption display in the UI.

closeArgs : string

List of arguments to log.

If closeId is specified, these are the arguments used to format it. Otherwise, these expressions are evaluated and output as is. Available variable is: 'cursor'.
closeId : string

Optional string or string id to log when the cursor is opened.

If present the args are formatted based on this string. Otherwise, all args are displayed. If args are unspecified, this may be any scheme expression and will be evaluated and output as is. Available variable is: 'cursor'.
description : string

Description of this LogCursor node.

input : string

The input cursor name.

layout : string

This attribute captures the UI layout information for rendering the model in the editor. The values change as users moves the element in the editor.

level

The log level. One of: dump, debug, warn, info, error, fatal.

Valid values based on“string”.
dump
debug
warn
info
error
fatal
name : string

The name of the Log Cursor.

openArgs : string

List of arguments to log.

If openId is specified, these are the arguments used to format it. Otherwise, these expressions are evaluated and output as is. Available variable is: 'cursor'.
openId : string

Optional string or string id to log when the cursor is opened.

If present the args are formatted based on this string. Otherwise, all args are displayed. If args are unspecified, this may be any scheme expression and will be evaluated and output as is. Available variable is: 'cursor'.
Parents
  • ETLPipeline - Pipelines gather and group cursors and commands together into related units, becoming the defining blocks of your ETL activities.