You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to restructure NodeTypes, we want to enable integrators to write node migrations based on property filter with NodeAggregate based transformations.
Current behavior
At the moment this throws an error NodeAggregate Based transformations are only supported without any node based filters.
Targeted behavior
We want to implement an exception from this rule, which would allow to migrate NodeAggregates also on property based filters in following cases:
The property in the filter is a AggregateProperty -> we know the value is the same for all nodes
All properties are equal in all dimensions -> we can safely change the NodeType as all nodes have the same value in the filtered propery.
To be able to restructure NodeTypes, we want to enable integrators to write node migrations based on property filter with NodeAggregate based transformations.
E.g:
Current behavior
At the moment this throws an error
NodeAggregate Based transformations are only supported without any node based filters
.Targeted behavior
We want to implement an exception from this rule, which would allow to migrate NodeAggregates also on property based filters in following cases:
Releated to: #5190
Note: This was discussed in the developer weekly on 16.08.2024
The text was updated successfully, but these errors were encountered: