Can you alter a transformation after it has been added? #4477
BradyAJohnston
started this conversation in
General
Replies: 1 comment 8 replies
-
Treat transformations as something that you get to add to a universe a single time. There is no API at the moment for modifying them in any form. Part of the reason is that a transformation applied to an in-memory Universe changes the underlying data. There is no safe way to undo the transformation and the apply the new one (or none) except for starting over fresh. In order to avoid the danger of working with corrupted data we don’t support changing transformations. In order to change this situation we would need to think about safe guards that prevent potential data corruption. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not super familiar with the use of transformations, but once you add them to a universe, can they be altered or removed from that universe?
Beta Was this translation helpful? Give feedback.
All reactions