diff --git a/docs/use-cases/data_lake/index.md b/docs/use-cases/data_lake/index.md index a3a4610a9c6..3c29990e09d 100644 --- a/docs/use-cases/data_lake/index.md +++ b/docs/use-cases/data_lake/index.md @@ -28,7 +28,7 @@ See the getting started guide for [accelerating analytics with MergeTree](/use-c ### Read data directly {#read-data-directly} -ClickHouse provides [table functions](/sql-reference/table-functions) and [engines](/engines/table-engines/integrations) for reading open table formats directly on object storage. Functions such as [`iceberg()`](/sql-reference/table-functions/iceberg), [`deltaLake()`](/sql-reference/table-functions/deltalake), [`hudi()`](/sql-reference/table-functions/hudi), and [`paimon()`](/sql-reference/table-functions/paimon) allow users to query lake format tables from within a SQL statement without any prior configuration. Versions of these functions exist for most common object stores, such as S3, Azure Blob Storage, and GCS. These functions also have equivalent table engines which can be used to create tables within ClickHouse which reference underlying lake formats object storage - thus making querying more convenient. +ClickHouse provides [table functions](/sql-reference/table-functions) and [engines](/engines/table-engines/integrations) for reading open table formats directly on object storage. Functions such as [`iceberg()`](/sql-reference/table-functions/iceberg), [`deltaLake()`](/sql-reference/table-functions/deltalake), [`hudi()`](/sql-reference/table-functions/hudi), and [`paimon()`](/sql-reference/table-functions/paimon) allow users to query open table format tables from within a SQL statement without any prior configuration. Versions of these functions exist for most common object stores, such as S3, Azure Blob Storage, and GCS. These functions also have equivalent table engines which can be used to create tables within ClickHouse which reference underlying open table format object storage - thus making querying more convenient. See our getting started guide for [querying directly](/use-cases/data-lake/getting-started/querying-directly), or by [connecting to a data catalogue](/use-cases/data-lake/getting-started/connecting-catalogs).