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 663fe64 6.4 KB Updated

File contents

dlt-hub/dlthub-ai-harness/tree/main/workbench/rest-api-pipeline/skills/adjust-endpoint commit 663fe649c9

Frequently asked questions

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