Hand-write the configurations a schema cannot describe
Open
- Dominant language
- Scala
- Stars
- 314
- Forks
- 187
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 214
Description
### Task Summary
Some operators need an input a schema alone cannot produce. A join needs two tables that share a key. A dictionary matcher needs a dictionary whose entries appear in the column it reads. Deriving those from annotations would mean teaching the generator what each operator means.
These are written by hand instead, one entry per operator, and the entry says why the generator could not do it.
Step 9 of 27 in #8325. It reads the generator trait, so it needs #8327.
Contributor guide
Assessment
This issue has not been assessed yet.