Optimize REST API Performance

Speed up a dlt REST API pipeline. Use when a REST/HTTP API pipeline is slow because of many sequential requests, nested child resources, or large responses, and the user wants higher throughput — parallelize resources, use async, tune page size and concurrency. For removing .add_limit(), fixing pagination, first-time incremental/merge setup, or retry/backoff on 429 / rate-limit errors use adjust-endpoint instead.

dlt-hub bc4247e 6.5 KB Updated

File contents

dlt-hub/dlthub-motherduck-lightdash-demo/tree/main/.claude/skills/optimize-rest-api-performance commit bc4247ee52

Frequently asked questions

npx skillmds@latest add dlt-hub/optimize-rest-api-performance