Hello,
I am trying to run incremental snapshots on a few big tables with more than 1G rows, and every time the connector (postgresql) is restarted, the snapshot ends as completed, with status=UNKNOWN_SCHEMA, and with the following warning: "Schema retrieval failed due to an exception for <table name>".
I am using debezium 3.1.3.Final.
I have tried to increase the
snapshot.delay.ms configuration to 1 minute in order to leave some time for the connector to ingest a WAL event on the table, but it doesn't work.
Do you have any ideas what could be the issue? Thank you!