Open
Description
Planning errors now bubble to the operation root; for example if you return a PgUnionAllSingleStep
in a list position that's expecting a PgSelectSingleStep
the entire operation gets rejected.
We might be able to solve this by moving to the generator/yield pattern to enable catching errors in nested positions at higher levels whilst still allowing the code to be breadth first
Metadata
Metadata
Assignees
Type
Projects
Status