ETLActivity
ETLActivity
An ETL activity.
Properties
args : identifierListETLActivity arguments: arg1 arg2 ... argN.
These are arguments that the ETL activity expects. They can be passed in by SysETLActivity'invoke... or by setting them using the ETL Activity Tool.Valid values based on“token”. (:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*\s+)*(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*)? Each element in the list must begin with a letter or underscore. Elements are space delimited.
description : stringDescription of this ETLActivity.
layout : stringGUI layout data.
privileged : booleanTrue to execute the ETL activity in privileged mode (without security restrictions).
variables : identifierListETLActivity variables: var1 var2 ... varN.
Variables can be used to pass information from step to step or control functionality. If a variable is used in an ETL pipeline, the pipeline may not be capable of validating completely until runtime. In this case, a debug log message will be generated.Valid values based on“token”. (:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*\s+)*(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*)? Each element in the list must begin with a letter or underscore. Elements are space delimited.
Content
Choice of:
g_ETLActivitySteps_Script [1..1]
g_ETLActivitySteps_Goto [1..1]
g_ETLActivitySteps_ETLPipeline [1..1] - Pipelines gather and group cursors and commands together into related units, becoming the defining blocks of your ETL activities.
g_ETLActivitySteps_TruncateTable [1..1] - An ETL TruncateTable command.
g_ETLActivitySteps_CopyTable [1..1] - An ETL CopyTable command.
g_ETLActivitySteps_TryCatch [1..1]
g_ETLActivitySteps_Join [1..1]
any [1..1]
g_ETLActivitySteps_ETLPipeline
Pipelines gather and group cursors and commands together into related units, becoming the defining blocks of your ETL activities.g_ETLActivitySteps_TruncateTable
An ETL TruncateTable command.g_ETLActivitySteps_CopyTable
An ETL CopyTable command.
Parent topic: references