Skip to content

Commit c2c0100

Browse files
authored
Merge pull request #4150 from ClickHouse/kp/update-object-storage-clickpipe-limitations
Add some limitations for Object Storage ClickPipes
2 parents 33afff7 + b642307 commit c2c0100

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/integrations/data-ingestion/clickpipes/object-storage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ To increase the throughput on large ingest jobs, we recommend scaling the ClickH
129129
- Role authentication is not available for S3 ClickPipes for ClickHouse Cloud instances deployed into GCP or Azure. It is only supported for AWS ClickHouse Cloud instances.
130130
- ClickPipes will only attempt to ingest objects at 10GB or smaller in size. If a file is greater than 10GB an error will be appended to the ClickPipes dedicated error table.
131131
- Azure Blob Storage pipes with continuous ingest on containers with over 100k files will have a latency of around 10–15 seconds in detecting new files. Latency increases with file count.
132-
- S3 / GCS ClickPipes **does not** share a listing syntax with the [S3 Table Function](/sql-reference/table-functions/s3), nor Azure with the [AzureBlobStorage Table function](/sql-reference/table-functions/azureBlobStorage).
132+
- Object Storage ClickPipes ClickPipes inserting into a destination using [Null table engine](/engines/table-engines/special/null) won't have data for "Total records" or "Data ingested" in the UI.
133+
- Object Storage ClickPipes **does not** share a listing syntax with the [S3 Table Function](/sql-reference/table-functions/s3), nor Azure with the [AzureBlobStorage Table function](/sql-reference/table-functions/azureBlobStorage).
133134
- `?` — Substitutes any single character
134135
- `*` — Substitutes any number of any characters except / including empty string
135136
- `**` — Substitutes any number of any character include / including empty string

0 commit comments

Comments
 (0)