dlt
dlt copied to clipboard
annotate Pydantic models with dlt hints
Background
Allow to annotate Pydantic models with dlt
hints. see #942 for PoC
- Ideally we use
Annotated
PEP to allow to annotate any Python "model". - Ideally we allow to annotate columns (fields) but also tables (Models themselves)
- Ideally we cleanup our hints structure before going public with this