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日
已展示 8 / 46 个已收集 Skill。
已展示 8 / 15 个已收集 Skill。
已展示 4 / 4 个仓库
已展示全部仓库