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

Edit Mirror: Table Removal #2025

Closed Amogh-Bharadwaj closed 1 week ago

Amogh-Bharadwaj commented 1 month ago

Table picker in Edit Mirror page now allows selection and deselection of all tables.

Screenshot 2024-09-03 at 10 59 20 PM

Table removal now consists of:

  1. Removing the table from the publication if PeerDB created it
  2. Removing the table from the raw table - if applicable to the destination connector (Postgres, BigQuery, Snowflake, Clickhouse)
  3. Update table mappings in our states

Notes:

Functionally tested with table removal and table addition of the same table for PG to Clickhouse

TODO: