-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
-
After configuring incremental snapshots and triggering a snapshot via an insert to the trigger table, the snapshot starts, but the requested table isn't recognized as being in the list of known tables and the snapshot terminates. The log statement, however, does seem to indicate that the table is known but it is somehow not getting picked up. Here is an example of the log output:
```
2021-11-19 00:27:29,704 INFO Postgres|dbserver1|streaming Requested 'INCREMENTAL' snapshot of data collections '[inventory.customers]' [io.debezium.pipeline.signal.ExecuteSnapshot]2021-11-19 00:27:29,713 WARN Postgres|dbserver1|streaming Schema not found for table 'inventory.customers', known tables [inventory.spatial_ref_sys, inventory.geom, inventory.products_on_hand, inventory.customers, inventory.orders, debezium_signal.snapshot, inventory.products] [io.debezium.pipeline.source.snapshot.incremental.AbstractIncrementalSnapshotChangeEventSource]2021-11-19 00:27:29,717 INFO Postgres|dbserver1|streaming Skipping read chunk because snapshot is not running [io.debezium.pipeline.source.snapshot.incremental.AbstractIncrementalSnapshotChangeEventSource]