We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clickhouse-sink-connector-lt_1 | 2025-01-29 23:47:47.770 INFO - Executed Source DB DDL: alter table employees drop CONSTRAINT employees_ibfk_2 Snapshot:false clickhouse-sink-connector-lt_1 | 2025-01-29 23:47:47.770 INFO - ClickHouse DDL: ALTER TABLE test.employees DROP CONSTRAINT employees_ibfk_2 clickhouse-sink-connector-lt_1 | 2025-01-29 23:47:47.774 ERROR - Error executing DDL clickhouse-sink-connector-lt_1 | java.sql.SQLException: Code: 36. DB::Exception: Wrong constraint name. Cannot find constraint employees_ibfk_2 to drop. (BAD_ARGUMENTS) (vers ion 23.8.5.16 (official build)) clickhouse-sink-connector-lt_1 | clickhouse-sink-connector-lt_1 | at com.clickhouse.jdbc.SqlExceptionUtils.handle(SqlExceptionUtils.java:85) ~[app.jar:?] clickhouse-sink-connector-lt_1 | at com.clickhouse.jdbc.SqlExceptionUtils.create(SqlExceptionUtils.java:31) ~[app.jar:?] clickhouse-sink-connector-lt_1 | at com.clickhouse.jdbc.SqlExceptionUtils.handle(SqlExceptionUtils.java:90) ~[app.jar:?]
employees_ibfk_2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
clickhouse-sink-connector-lt_1 | 2025-01-29 23:47:47.770 INFO - Executed Source DB DDL: alter table employees drop CONSTRAINT
employees_ibfk_2
Snapshot:falseclickhouse-sink-connector-lt_1 | 2025-01-29 23:47:47.770 INFO - ClickHouse DDL: ALTER TABLE test.employees DROP CONSTRAINT
employees_ibfk_2
clickhouse-sink-connector-lt_1 | 2025-01-29 23:47:47.774 ERROR - Error executing DDL
clickhouse-sink-connector-lt_1 | java.sql.SQLException: Code: 36. DB::Exception: Wrong constraint name. Cannot find constraint
employees_ibfk_2
to drop. (BAD_ARGUMENTS) (version 23.8.5.16 (official build))
clickhouse-sink-connector-lt_1 |
clickhouse-sink-connector-lt_1 | at com.clickhouse.jdbc.SqlExceptionUtils.handle(SqlExceptionUtils.java:85) ~[app.jar:?]
clickhouse-sink-connector-lt_1 | at com.clickhouse.jdbc.SqlExceptionUtils.create(SqlExceptionUtils.java:31) ~[app.jar:?]
clickhouse-sink-connector-lt_1 | at com.clickhouse.jdbc.SqlExceptionUtils.handle(SqlExceptionUtils.java:90) ~[app.jar:?]
The text was updated successfully, but these errors were encountered: