Closed AlexGruPerm closed 7 months ago
Now in this json (one task) we can't make multiple operation on one table, f.e. append data and next update data.
Also table ora_to_ch_tasks_tables has u.k.
alter table ORA_TO_CH_TASKS_TABLES add constraint UK_ORA_TO_CH_TASKS_TABLES unique (ID_TASK, SCHEMA_NAME, TABLE_NAME)
May be change recreate: Int = 0,1 to String parameter "operation" with possible values: recreate, append, update ?
Done by issue_21
Now in this json (one task) we can't make multiple operation on one table, f.e. append data and next update data.
Also table ora_to_ch_tasks_tables has u.k.
May be change recreate: Int = 0,1 to String parameter "operation" with possible values: recreate, append, update ?