-
Notifications
You must be signed in to change notification settings - Fork 5
Closed as not planned
Labels
wontfixThis will not be worked onThis will not be worked on
Description
Is your feature request related to a problem?
After a long chain of transformations on a Table it can be easy to access a column that no longer exists.
Desired solution
- A
Schemacould store a chain of previousSchemas and the transformation that lead from one to the next. This can include- Removal of a column
- Replacement of one or more columns by one or more other columns
- Addition of a column (not needed for this feature)
- Changes of a column (not needed for this feature)
- When the user accesses a column that doesn't exist, we can trace the chain back to figure out whether the column was removed or replaced at some point. If it was, we can include this in the error message. Ideally we should also point to the exact location in the code of the user where that happened.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on
Type
Projects
Status
✔️ Done