Files
stack/data
kert 816403811d implement P6 bibliography: col tags, bib sync, generate models, lineage (fix #22, fix #23, fix #24, fix #25)
- dev/scripts/seed_col_tags.py: seed 138 col: tags for core, input_layer,
  and cclf schemas from CMS data dictionaries and Tuva documentation
- src/cli/bib.py: wire sync (apply col: tags as DuckDB column comments),
  tag (list/search tags), query (search items) commands
- src/cli/generate.py: wire models command with --sync/--no-sync flag
  to apply column comments before regenerating enriched Pydantic models
- src/aco/lake/lineage.py: build table-level DAG from pipeline Exprs,
  column-level lineage from Field metadata, export as DOT/Mermaid
- src/api/routes/lineage.py: GET /lineage, /lineage/{table},
  /lineage/export/mermaid, /lineage/export/dot endpoints
- fix import sorting in generated table models (ruff I001)
2026-03-12 17:25:30 -04:00
..