PeerDB-io / peerdb

Fast, Simple and a cost effective tool to replicate data from Postgres to Data Warehouses, Queues and Storage
https://peerdb.io
Other
2.17k stars 88 forks source link

Clickhouse: schema names with hyphens in them fail #2094

Open Amogh-Bharadwaj opened 1 week ago

Amogh-Bharadwaj commented 1 week ago

We currently error out in the sync if source postgres tables have hyphens in them or in the schema names. This could possibly be true for some other special characters

Solution would be to quote everywhere just like we do for other connectors