Skip to main content
dlt-hub
GitHub 제작자 프로필

dlt-hub

4개 GitHub 저장소에서 수집된 68개 skills를 저장소 단위로 보여줍니다.

수집된 skills
68
저장소
4
업데이트
2026년 8월 5일
저장소 탐색

저장소와 대표 skills

create-ontology
데이터베이스 아키텍트

Build a business entity graph (ontology) from annotated sources and taxonomy. Use after annotate-sources to design the entity model before CDM generation.

2026년 7월 15일
create-transformation
소프트웨어 개발자

Write dlthub transformation functions that map source tables to CDM entities. Use after generate-cdm to produce the transformation Python script.

2026년 7월 15일
generate-cdm
데이터베이스 아키텍트

Generate a Canonical Data Model (CDM) in DBML using Kimball dimensional modeling. Use after create-ontology to produce the implementation-ready CDM schema.

2026년 7월 15일
add-incremental-loading
소프트웨어 개발자

Add incremental loading to a dlt filesystem pipeline — filter files by modification date, optionally filter records by a timestamp column, and switch to merge with a primary key to deduplicate updated records, so each run only reads new or modified files. Use…

2026년 7월 8일
create-filesystem-pipeline
소프트웨어 개발자

Create a dlt filesystem pipeline that reads files (CSV, Parquet, JSONL, or custom) from local disk, S3, GCS, Azure, or SFTP into a destination. Use for the filesystem core source. Not for REST APIs (rest_api) or databases (sql_database).

2026년 7월 8일
optimize-filesystem-performance
소프트웨어 개발자

Speed up a dlt filesystem pipeline. Use when reading files (CSV, Parquet, JSONL) from local disk, S3, GCS, Azure, or SFTP is slow or memory-heavy and the user wants to optimize it — choose a faster reader, read files in parallel, narrow the glob, or stream in…

2026년 7월 8일
optimize-performance
소프트웨어 개발자

Make a dlt pipeline faster or lighter on memory. Use when the user says a pipeline is slow, takes too long, runs out of memory, uses too much RAM, or wants to optimize, speed up, parallelize, or increase throughput. Covers source-agnostic levers (parallelism,…

2026년 7월 8일
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…

2026년 7월 8일
수집된 skill 46개 중 8개를 표시합니다.
수집된 skill 15개 중 8개를 표시합니다.
저장소 4개 중 4개 표시
모든 저장소를 표시했습니다