From c2647a54e50e90358ffffe11b1ac42b8182bd1f2 Mon Sep 17 00:00:00 2001 From: Alena Astrakhantseva Date: Fri, 13 Dec 2024 15:35:49 +0100 Subject: [PATCH] Update docs/website/docs/general-usage/dataset-access/dataset.md --- docs/website/docs/general-usage/dataset-access/dataset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/general-usage/dataset-access/dataset.md b/docs/website/docs/general-usage/dataset-access/dataset.md index 5afa9682fe..70df7e3c82 100644 --- a/docs/website/docs/general-usage/dataset-access/dataset.md +++ b/docs/website/docs/general-usage/dataset-access/dataset.md @@ -301,7 +301,7 @@ other_pipeline.run(limited_items_relation.iter_arrow(chunk_size=10_000), table_n Learn more about [transforming data in python with dataframes or arrow tables](../../dlt-ecosystem/transformations/python). -### Using `ibis` to query the data +### Using `ibis` to query data Visit the [Native Ibis integration](./ibis-backend.md) guide to learn more.