adjust-endpoint

Official

Optimize API data loading

Authordlt-hub
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps refine dlt pipelines for production by addressing common issues encountered during development, such as incorrect data limits, unverified pagination, and inefficient loading configurations.

Core Features & Use Cases

  • Production Readiness: Removes development-specific limits (.add_limit()) to ensure full data loads.
  • Pagination Verification: Ensures robust handling of paginated APIs by verifying or configuring paginators.
  • Incremental Loading Setup: Configures pipelines for efficient incremental data loading.
  • Date Range Expansion: Adjusts date filters to capture a complete historical dataset.
  • Use Case: You've developed a pipeline that works with .add_limit(1), but now need to load the entire dataset. This skill will help you safely remove the limit by verifying pagination and configuring it correctly.

Quick Start

Use the adjust-endpoint skill to optimize the 'my_pipeline' for production by verifying pagination and setting up incremental loading.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: adjust-endpoint
Download link: https://github.com/dlt-hub/dlthub-ai-workbench/archive/main.zip#adjust-endpoint

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.