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 8bf02f2c2c..8446a168a3 100644 --- a/docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md +++ b/docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md @@ -755,6 +755,7 @@ Incremental loading using the `params` field: "convert": lambda epoch: pendulum.from_timestamp(int(epoch)).to_date_string(), } } +``` Incremental loading using the `incremental` field: ```py