Adjust Table

Adjust a working dlt SQL database pipeline for production — remove dev limits, add incremental loading, configure merge keys. Use when the user wants to remove .add_limit(), load the full table, or set up incremental loading on a cursor column. For speed/memory tuning (backend, chunk size, parallelism) use optimize-sql-performance instead. For inspecting loaded data or fixing column types/schema after a load, use validate-data instead.

dlt-hub 7b55714 3.9 KB Updated

File contents

dlt-hub/dlthub-ai-harness/tree/main/workbench/sql-database-pipeline/skills/adjust-table commit 7b55714227

Frequently asked questions

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