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}