Hi, where can I find working examples of writing/reading from avro files?
I'm trying to implement a cache for some nodes of my pipeline (so I can iterate faster)
After a lot of struggle I have a working solution with the old API, but one thing I don't like is that it's serial (dump 1 file only)