Di Job Transformation Rule
data class DiJobTransformationRule(val ruleActionType: String? = null, val ruleExpression: String? = null, val ruleName: String? = null, val ruleTargetType: String? = null)
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)