- 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
13 lines
273 B
Plaintext
13 lines
273 B
Plaintext
.env
|
|
.DS_Store
|
|
logs/
|
|
done_tables.txt
|
|
done_transfers.txt
|
|
# CocoIndex Code (ccc)
|
|
/.cocoindex_code/
|
|
# Generated schema artifacts (run schema_compiler.py to regenerate)
|
|
context/schema_ddl.sql
|
|
context/schema_compact.txt
|
|
context/schema_compact_inline.txt
|
|
context/join_graph.json
|