From 8ceca3b5a332f9891056e7f3b5c54c02a5989262 Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Wed, 15 May 2024 16:00:34 +0200 Subject: [PATCH] Using a simpler alternative --- docs/website/docs/walkthroughs/create-a-pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/walkthroughs/create-a-pipeline.md b/docs/website/docs/walkthroughs/create-a-pipeline.md index bec21d7341..91e296ce20 100644 --- a/docs/website/docs/walkthroughs/create-a-pipeline.md +++ b/docs/website/docs/walkthroughs/create-a-pipeline.md @@ -6,7 +6,7 @@ keywords: [how to, create a pipeline, rest client] # Create a pipeline -This guide walks you through creating a pipeline that utilizes our [REST API Client](../general-usage/http/rest-client) +This guide walks you through creating a pipeline that uses our [REST API Client](../general-usage/http/rest-client) to connect to [DuckDB](../dlt-ecosystem/destinations/duckdb). Although this example uses DuckDB, you can adapt the steps to any source and destination by using the [command](../reference/command-line-interface#dlt-init) `dlt init ` and tweaking the pipeline accordingly.