All notable changes to the data-skills repository are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
When updating: compare with the repo since the last release (e.g. git log v0.2.0..HEAD or git diff v0.2.0..HEAD) and list changes per skill or area. Keep entries short and compact.
0.2.1 - 2026-02-05
- dlt-skill: REST API resource config: document dlt resource parameters (e.g.
max_table_nesting,table_name,selected) in the resource dict in rest-api-source.md; single-table example and best practice (config overapply_hints). Cross-reference in custom-sources.md; resource-level options bullet in SKILL.md.
- dlt-skill: Moved
examples.mdtoreferences/examples.md; added TOC; updated SKILL link. - uv: Added table of contents to
references/examples.md(skill-creator review).
0.2.0 - 2026-02-04
- dlt-dagster skill: run dlt in Dagster (Component / Pythonic @dlt_assets, standard asset, external compute → dagster-integrations). Refs: component, pythonic, secrets-env, jobs-schedules, incremental-backfill-parallel, cloud-deployment, troubleshooting. Related: dlt-skill, dagster-integrations (install commands in SKILL).
- uv skill (added since 0.1.0): Python venvs and dependencies with uv (pyproject.toml, lockfile, conversion from requirements/poetry). Refs: CLI, Docker/CI, workspaces, troubleshooting.
- README: Single generic install command; removed per-skill examples. Added dlt-dagster to table and repo structure.
- CHANGELOG: Repo-wide; removed per-skill version column from README.
0.1.0 - 2026-01-30
- dlt-skill: Data pipelines with dlt (verified sources, declarative REST, custom Python). Refs: core concepts, verified sources, REST API, custom sources, incremental loading, performance, troubleshooting. Templates and scripts (install_packages, open_dashboard).
- Repo: README, CHANGELOG. (Later: skills/ layout.)