You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: connectors/postgres/demo/config/samples/postgres/mappers/mapper1.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@ schema: public
2
2
tables:
3
3
- table: emp
4
4
mapper:
5
-
id: Test
6
-
processorID: Test
7
-
publishBefore: false
8
-
passThrough: false
9
-
ignoreReads: true# false (default) reloads the data from last checkpoint
5
+
id: Test# mapper Id
6
+
processorID: Test# processor ID for the mapper
7
+
publishBefore: false# false (default) Global setting, that specifies if before values have to be published for all columns - This setting could be overridden at each column level
8
+
passThrough: false# false (default) If this is set to true, all of the Columns will be in the output without individual mappings. You still need to map the PK column.
9
+
ignoreReads: false# false (default) If set to true, reads will be ignored
0 commit comments