Skip to content

Commit c87e3ac

Browse files
committed
Add IDs to subheaders
1 parent 76fb63b commit c87e3ac

File tree

1 file changed

+2
-2
lines changed
  • docs/integrations/data-ingestion/clickpipes

1 file changed

+2
-2
lines changed

docs/integrations/data-ingestion/clickpipes/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ Steps:
8383

8484
## Error reporting {#error-reporting}
8585
ClickPipes will store errors in two separate tables depending on the type of error encountered during the ingestion process.
86-
### Record Errors
86+
### Record Errors {#record-errors}
8787
ClickPipes will create a table next to your destination table with the postfix `<destination_table_name>_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](/engines/table-engines/mergetree-family/mergetree#table_engine-mergetree-ttl) of 7 days.
88-
### System Errors
88+
### System Errors {#system-errors}
8989
Errors related to the operation of the ClickPipe will be stored in the `system.clickpipes_log` table. This will store all other errors related to the operation of your ClickPipe (network, connectivity, etc.). This table has a [TTL](/engines/table-engines/mergetree-family/mergetree#table_engine-mergetree-ttl) of 7 days.
9090

9191
If ClickPipes cannot connect to a data source or destination after 15 min., the ClickPipes instance stops and stores an appropriate message in the system error table (providing the ClickHouse instance is available).

0 commit comments

Comments
 (0)