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
1.91k stars 60 forks source link

Fix Status Link For Initial Load Tables In UI #1871

Closed Amogh-Bharadwaj closed 1 week ago

Amogh-Bharadwaj commented 1 week ago

Clicking on a table in initial load table redirects to /mirrors/ page. Here, mirror_name would be clone_mirrorname..., for which getting the workflow id would error out. We were trying to get the workflow id of this clone job in the mirror page in UI and erroring out This PR fixes this Functionally tested with initial load table click and regular qrep mirror

Also add logs for mirror status endpoint and escape string for ILIKE clause

Amogh-Bharadwaj commented 1 week ago

replaced by #1875