#88 — Reinstate row samples and foreign keys hints that where removed when switched to ‘asyncpg’ instead of sqlalchemy

Repo: Twill-AI/twill-llm-engine State: closed | Status: done Assignee: meliascosta

Created: 2024-08-09 · Updated: 2024-09-12

Description

When switching from sqlalchemy to asyncpg we had to remove some functionality regarding foreign key information and row samples. See commented lines here: https://github.com/Twill-AI/twill-llm-engine/blob/8fce61682fd918fe879af491b3b850c6f46fc484/twill_llm_engine/database.py#L100

AC:

  • Information about foreign keys are reincorporated to table info
  • Row samples are re added to table info

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets