Adjust Endpoint

Adjust a working dlt pipeline for production — remove dev limits, verify pagination (including stuck or looping paginators), configure incremental loading, expand date ranges, and handle rate-limit/429 errors with retries, backoff, and request timeouts. Use when the user wants to remove .add_limit(), load more data, fix stuck or looping pagination, set up incremental loading, or make the pipeline retry/back off on 429s. For throughput/concurrency tuning (parallel resources, page size) when a working pipeline is slow, use optimize-rest-api-performance instead. For inspecting loaded data, fixing column types, or flattening nested structures after a load, use validate-data instead.

dlt-hub Updated

File contents

dlt-hub/dlthub-motherduck-lightdash-demo/tree/main/.claude/skills/adjust-endpoint commit aa5ad043d5

Frequently asked questions

npx skillmds@latest add dlt-hub/adjust-endpoint-3