Hi, I'm hitting GRPC size limits when executing pipelines from a sensor.
The sensor collect ~4k records of 500bytes/ea from which it yields a run. Going too much over 4k gives the error.
Is there anyway to use IOManager to workaround this issue? eg materialise assets using an IOManager in the sensor and have the first solid in the pipeline pick up from that rather than sending all the data through grpc?
cheers