Skip to content

Hand-write the configurations a schema cannot describe #8413

Description

@kz930

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.

Seventh of the twenty-one steps listed in #8325. It reads the generator trait, so it needs #8327.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions