Skip to content

Commit 73ed4bf

Browse files
committed
demo updates
1 parent d1f124c commit 73ed4bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/postgres/demo/config/samples/payloads/cdc-custom-job.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"public.emp": {
4444
"columns": [
4545
{ "targetColumn": "empno", "sourceColumn": "empno", "primaryKey": true},
46-
{ "targetColumn": "hiredate", "sourceColumn": "hiredate", "type": "DATE_TIME"}
46+
{ "targetColumn": "hiredate", "sourceColumn": "hiredate", "type": "DATE"}
4747
],
4848
"schemaAndTableName": "public.emp",
4949
"passThroughEnabled": true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"public.emp": {
3737
"columns": [
3838
{ "targetColumn": "empno", "sourceColumn": "empno", "primaryKey": true},
39-
{ "targetColumn": "hiredate", "sourceColumn": "hiredate", "type": "DATE_TIME"}
39+
{ "targetColumn": "hiredate", "sourceColumn": "hiredate", "type": "DATE"}
4040
],
4141
"schemaAndTableName": "public.emp",
4242
"passThroughEnabled": true

0 commit comments

Comments
 (0)