g_ETLPipelineSteps_LogCursor
LogCursor
An ETL logging cursor.
Properties
batchArgs : stringList 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 : stringOptional 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 : stringString identifier for caption display in the UI.
closeArgs : stringList 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 : stringOptional 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 : stringDescription of this LogCursor node.
input : stringThe input cursor name.
layout : stringThis attribute captures the UI layout information for rendering the model in the editor. The values change as users moves the element in the editor.
levelThe log level. One of: dump, debug, warn, info, error, fatal.
Valid values based on“string”. dump debug warn info error fatal name : stringThe name of the Log Cursor.
openArgs : stringList 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 : stringOptional 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
g_ETLActivitySteps_ETLPipeline - Pipelines gather and group cursors and commands together into related units, becoming the defining blocks of your ETL activities.
Parent topic: g_ETLActivitySteps_ETLPipeline