From 67e2d8f83346eb00799283b0b70227818c09e3f5 Mon Sep 17 00:00:00 2001 From: Sultan Iman <354868+sultaniman@users.noreply.github.com> Date: Wed, 15 May 2024 16:47:27 +0200 Subject: [PATCH] Update docs/website/docs/walkthroughs/create-a-pipeline.md Co-authored-by: Anton Burnashev --- docs/website/docs/walkthroughs/create-a-pipeline.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/website/docs/walkthroughs/create-a-pipeline.md b/docs/website/docs/walkthroughs/create-a-pipeline.md index b82c7adcba..2f5809ed2f 100644 --- a/docs/website/docs/walkthroughs/create-a-pipeline.md +++ b/docs/website/docs/walkthroughs/create-a-pipeline.md @@ -24,9 +24,7 @@ To achieve this, you need to write code that accomplishes the following: 3. Fetches and handles paginated issue data. 4. Stores the data for analysis. -This sounds complicated, and it is indeed complicated, -but we offer you our [REST API Client,](../general-usage/http/rest-client) -which lets you put more focus on your data. +This may sound complicated, but dlt provides a [REST API Client](../general-usage/http/rest-client) that allows you to focus more on your data rather than on managing API interactions. ## 1. Initialize project