-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
Undefined
Hi all,
I am using PostgresConnector. I have 1 parent table and 2 child tables. I include all of them in table.include.list and initiated an incremental snapshot.
I see snapshot working fine for child tables and data is flowing through to Kafka. But I don't see any snapshot triggered for parent table. When I checked logs it says *Schema not found for table 'parent_table', known tables [child_tables]