In MySQL testdb create table foo (id int primary key), insert into foo(id) values (1)-> table appears in ClickHouse testdb_sink as expected. In MySQL testdb rename table foo to bar-> ClickHouse is not ...
All of our migrations have an id associated with them that we generate. In this case, the migration id was Rename table dashboard_public_config to dashboard_public - v2. The migration that is failing ...