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 件のリポジトリを表示
すべてのリポジトリを表示しました