I have a very simple model attached that has 2 scheduled sources. On creates a token at time 0 and then waits to pull from a list by partition. The 2nd schedule creates a token at time 10, pushes the token, same partition, to the list. Both tokens then go to a sink.
My question is about the dashboard. Why does the list input dashboard in the attached model correctly list that 1 token entered the list, but if I use the partition input statistic, it doesn't show that single token?