Skip to content

Commit ab0b2b8

Browse files
committed
Fix typo
1 parent 2c5061d commit ab0b2b8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Steps:
7070
<Image img={cp_custom_role} alt="Assign a custom role" size="lg" border/>
7171

7272
## Error reporting {#error-reporting}
73-
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 entirity of the invalid message. In addition to this, error not related to data 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.). Both error tables have a [TTL](/engines/table-engines/mergetree-family/mergetree#table_engine-mergetree-ttl) of 7 days.
73+
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. In addition to this, error not related to data 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.). Both error tables have a [TTL](/engines/table-engines/mergetree-family/mergetree#table_engine-mergetree-ttl) of 7 days.
7474
If ClickPipes cannot connect to a data source or destination after 15min., ClickPipes instance stops and stores an appropriate message in the system error table (providing the ClickHouse instance is available).
7575

7676
## F.A.Q {#faq}

0 commit comments

Comments
 (0)