From e0f65cdc391bc6c6a2919f35c8f78aa5661e6bff Mon Sep 17 00:00:00 2001 From: Alena Astrakhantseva Date: Fri, 13 Dec 2024 15:39:47 +0100 Subject: [PATCH] Update docs/website/docs/dlt-ecosystem/transformations/sql.md --- docs/website/docs/dlt-ecosystem/transformations/sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/dlt-ecosystem/transformations/sql.md b/docs/website/docs/dlt-ecosystem/transformations/sql.md index 5358e65801..766a99f817 100644 --- a/docs/website/docs/dlt-ecosystem/transformations/sql.md +++ b/docs/website/docs/dlt-ecosystem/transformations/sql.md @@ -14,7 +14,7 @@ connection. :::info * This method will work for all SQL destinations supported by `dlt`, but not for the filesystem destination. -* Read the [sql client docs](../../ general-usage/dataset-access/dataset) for more information on how to access data with the sql client. +* Read the [SQL client docs](../../ general-usage/dataset-access/dataset) for more information on how to access data with the SQL client. * If you are simply trying to read data, you should use the powerful [dataset interface](../../general-usage/dataset-access/dataset) instead. :::