From a96a32a071518a48e1deceb73dbbea0e8c0832ab Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Fri, 10 May 2024 14:42:47 +0200 Subject: [PATCH] Link dlt source --- docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md b/docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md index d3aa48a7d9..892ea432bd 100644 --- a/docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md +++ b/docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md @@ -514,9 +514,9 @@ To set up incremental loading for a resource, you can use two options: This configuration is more flexible and allows you to specify the start and end conditions for the incremental loading. -## `rest_api_source()` function +## Advanced configuration -`rest_api_source` function takes the following arguments: +`rest_api_source()` function creates the [dlt source](../../general-usage/source.md) and lets you configure the following parameters: - `config`: The REST API configuration dictionary. - `name`: An optional name for the source.