Skip to content

Commit b12fbca

Browse files
authored
fix indent
1 parent efbd269 commit b12fbca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ To increase the throughput on large ingest jobs, we recommend scaling the ClickH
5858
- 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.
5959
- 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.
6060
- 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).
61-
- `?` - Substitutes any single character
62-
- `*` - Substitutes any number of any characters except / including empty string
63-
- `**` - Substitutes any number of any character include / including empty string
61+
- `?` - Substitutes any single character
62+
- `*` - Substitutes any number of any characters except / including empty string
63+
- `**` - Substitutes any number of any character include / including empty string
6464

6565
:::note
6666
This is a valid path (for S3):

0 commit comments

Comments
 (0)