dlt icon indicating copy to clipboard operation
dlt copied to clipboard

annotate Pydantic models with dlt hints

Open rudolfix opened this issue 10 months ago • 0 comments

Background Allow to annotate Pydantic models with dlt hints. see #942 for PoC

  1. Ideally we use Annotated PEP to allow to annotate any Python "model".
  2. Ideally we allow to annotate columns (fields) but also tables (Models themselves)
  3. Ideally we cleanup our hints structure before going public with this

rudolfix avatar Apr 15 '24 14:04 rudolfix