-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
featureNew feature or requestNew feature or request
Description
It would be nice if we could merge multiple grids via e.g. the following syntax:
grid_1_and_2 = grid_1.merge(grid_2)The challenge here is to avoid id conflicts in the resulting grid.
The proposal is to regenerate all ids to avoid conflicts.
Note 1: regenerating all ids also means that all references to ids (i.e. node ids) need to be updated too.
Note 2: Teams that require a UUID on assets across all grids, need to implement this themselves by extending the Grid
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request
Type
Projects
Status
No status