From 2d47fc16e958af72eaa8e4bf7ae35766578b5124 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Thu, 25 Jun 2026 23:16:55 +0000
Subject: [PATCH] docs: clarify CDC pipes use console for error logging
---
integrations/clickpipes/home.mdx | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/integrations/clickpipes/home.mdx b/integrations/clickpipes/home.mdx
index eaa1b2813..73af6ad1a 100644
--- a/integrations/clickpipes/home.mdx
+++ b/integrations/clickpipes/home.mdx
@@ -141,6 +141,11 @@ ClickPipes provides sensible defaults that cover the requirements of most use ca
## Error reporting {#error-reporting}
ClickPipes will store errors in two separate tables depending on the type of error encountered during the ingestion process.
+
+
+This does not currently apply to CDC pipes (Postgres, MySQL, and MongoDB), for which operational and error logging are available directly in the ClickHouse Cloud console.
+
+
### Record errors {#record-errors}
ClickPipes will create a table next to your destination table with the postfix `_clickpipes_error`. This table will contain any errors from malformed data or mismatched schema and will include the entirety of the invalid message. This table has a [TTL](/reference/engines/table-engines/mergetree-family/mergetree#table_engine-mergetree-ttl) of 7 days.
### System errors {#system-errors}