Di Job Transformation Rule Args
data class DiJobTransformationRuleArgs(val ruleActionType: Output<String>? = null, val ruleExpression: Output<String>? = null, val ruleName: Output<String>? = null, val ruleTargetType: Output<String>? = null) : ConvertibleToJava<DiJobTransformationRuleArgs>
Properties
Link copied to clipboard
Action type, optional enumeration value: DefinePrimaryKey (defines the primary key) Rename AddColumn (increase column) HandleDml(DML handling) DefineIncrementalCondition
Link copied to clipboard
Regular expression, in json string format. Example renaming rule (Rename): {"expression":"${srcDatasourceName}_${srcDatabaseName}_0922","variables":[{"variableName":"srcDatabaseName","variableRules":{"from":"fromdb","to":"todb"}}]}
Link copied to clipboard
Target type of action, optional enumeration value: Table (Table) Schema(schema)