Hi Clayton!
It appears that you haven’t used the SplitByGroup pattern, which we called SplitByPump. Without that, the State memory is global, not partitioned, so the “getter” procedure won’t need or want any parameters. However, once the feed is split, the memory is indeed partitioned and needs the partitionKey as a parameter.
Long story short, you missed a step way back in Lab 4.3 to do the split. Take a look and let me know how it goes!
–lisa, training dept
Yep, you’re absolutely right! Turns out I didn’t forget the SplitByGroup pattern, I just didn’t connect the TempStats block to it. For some reason, I connected it to the SavePumpStatus block instead which is very wrong. Just had to reconnect it. Thanks for your help!
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
The transform stats block is throwing a generation error, seemingly from the code that was copied and pasted from the lab document. I’ve attached a picture of the error, here is the message as well:
This is what I have in the section it seems to be referring to (as copied from the manual)
Attachments:
You must be logged in to view attached files.