-
Bug
-
Resolution: Done
-
Minor
-
0.10.0.Final
Whitespaces in the "table.whitelist" parameter cause the snapshot process to not proceed with tables after the first whitespace character.
If we start the connectors with the parameter
"table.whitelist": "public.car, public.whatever"
the snapshot process will stop after the "public.car" table due to the whitespace after the comma.