Skip to main content
dlt-hub
Perfil de criador do GitHub

dlt-hub

Visão por repositório de 68 skills coletadas em 4 repositórios do GitHub.

skills coletadas
68
repositórios
4
atualizado
5 de ago. de 2026
explorador de repositórios

Repositórios e skills representativas

create-ontology
Arquitetos de banco de dados

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

15 de jul. de 2026
create-transformation
Desenvolvedores de software

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

15 de jul. de 2026
generate-cdm
Arquitetos de banco de dados

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

15 de jul. de 2026
add-incremental-loading
Desenvolvedores de software

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…

8 de jul. de 2026
create-filesystem-pipeline
Desenvolvedores de software

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).

8 de jul. de 2026
optimize-filesystem-performance
Desenvolvedores de software

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…

8 de jul. de 2026
optimize-performance
Desenvolvedores de software

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,…

8 de jul. de 2026
adjust-endpoint
Desenvolvedores de software

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…

8 de jul. de 2026
Mostrando 8 de 46 skills coletadas.
Mostrando 8 de 15 skills coletadas.
Mostrando 4 de 4 repositórios
Todos os repositórios foram exibidos