Skip to content

Commit e885790

Browse files
committed
demo updates
1 parent 751505f commit e885790

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/oracle/demo/config/samples/payloads/cdc-job.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@
3434
"tables": {
3535
"C##RCUSER.EMP": {
3636
"columns": [
37-
{ "targetColumn": "EMPNO", "sourceColumn": "EMPNO", "primaryKey": true}
37+
{ "targetColumn": "EMPNO", "sourceColumn": "EMPNO", "primaryKey": true},
38+
{ "targetColumn": "HIREDATE", "sourceColumn": "HIREDATE", "type": "DATE_TIME" }
3839
],
40+
"initialLoad": {
41+
"partitions": 2
42+
},
3943
"schemaAndTableName": "C##RCUSER.EMP",
4044
"passThroughEnabled": true
4145
}

0 commit comments

Comments
 (0)