Commit Graph

4 Commits

Author SHA1 Message Date
c142080a5d schema: revert Phase 3 to S3 bigquery_tables enrichment
GraphQL approach had broken pagination (totalCount key missing, crashes
silently). S3 approach at least completes cleanly even if the metadata
table currently lacks a description column.
2026-03-28 11:27:54 +01:00
6801db427e schema: use BD GraphQL API for enrichment, add file tree and schema artifacts
- Replace S3 bigquery_tables metadata lookup with paginated GraphQL API call
  to fetch table and column descriptions from Base dos Dados
- Add gera_schemas.py for schema compilation and S3 inventory
- Add schemas.json and file_tree.md as generated reference artifacts
- Add websocket proxy in Caddyfile for ttyd on port 7681
- Ignore generated context/ artifacts in .gitignore
- Add openai to requirements.txt
2026-03-28 11:23:38 +01:00
ed81e52254 docs: reorder README for data users, remove unused files (xdg-open, gera_schemas.py, open_gui.sh, docs/) 2026-03-26 12:01:46 +01:00
03758acdd9 add schema dump: parquet footer reader generating schemas.json and file_tree.md 2026-03-25 10:13:40 +01:00