Skip to content

Commit 7fa79cb

Browse files
committed
demo updates
1 parent 1bff2b0 commit 7fa79cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"columns": [
3636
{ "targetColumn": "EmployeeNumber", "sourceColumn": "empno", "primaryKey": true },
3737
{ "targetColumn": "FirstName", "sourceColumn": "fname" },
38-
{ "targetColumn": "HireDate", "sourceColumn": "hiredate", "type": "DATE_TIME" }
38+
{ "targetColumn": "HireDate", "sourceColumn": "hiredate", "type": "DATE_TIME", "dateFormat": "YYYY-MM-dd HH:mm:ss.S" }
3939
],
4040
"schemaAndTableName": "dbo.emp",
4141
"passThroughEnabled": true

0 commit comments

Comments
 (0)