Skip to content

how to best aggregate data across components #14289

Answered by jszwedko
ccmsi asked this question in Q&A
Discussion options

You must be logged in to vote

The issue here is that test_remap doesn't know that .aggregator as an object as that type information isn't propagated across transforms (yet; this is something we are working on). You can do .aggregator = merge!(.aggregator, {"x": 1}) instead, though, or:

.aggregator = object!(.aggregator)
.aggregator |= {"x":1}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ccmsi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants