From 1eee9473abee0d49348c3af41d90feb11cb6951d Mon Sep 17 00:00:00 2001 From: Selfeer Date: Fri, 4 Oct 2024 15:06:12 +0400 Subject: [PATCH] add ddl.retry --- .../tests/integration/helpers/default_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sink-connector-lightweight/tests/integration/helpers/default_config.py b/sink-connector-lightweight/tests/integration/helpers/default_config.py index fd873999f..552a19fff 100644 --- a/sink-connector-lightweight/tests/integration/helpers/default_config.py +++ b/sink-connector-lightweight/tests/integration/helpers/default_config.py @@ -47,4 +47,5 @@ "database.serverTimezone": "UTC", "clickhouse.datetime.timezone": "UTC", "auto.create.tables": "true", + "ddl.retry": "true" }