1
Remove the table from the pipe
This can be followed by following the table removal guide.
2
Truncate or drop the table on ClickHouse
This step is to avoid data duplication when we add this table again in the next step. You can do this by heading over to the SQL Console tab in ClickHouse Cloud and running a query.
Note that we have validation to block table addition if the table already exists in ClickHouse and isn’t empty.Alternatively, if you need to keep the old table you can simply rename it. This is also helpful when the table is very big and the drop operation might take some time.
3
Add the table to the ClickPipe again
This can be followed by following the table addition guide.