Anssi Heiska
Anssi Heiska
We see the same thing. For every file imported there is: `"log.level":"ERROR", "message":"Failed to delete input.path sub-directory: /mnt/..../20250203_131546.csv"` Files seems to be deleted successfully, so this this is just effect...
After a more detailed investigation, I believe I have identified the root cause of this. It occurs during the subdirectory cleanup procedure, where original file is found for deletion, causing...
Also made relevant changes to circe-yaml. That required implementation of `PrinterBuilder` & `PrinterImpl` to circe-yaml. They are _mostly_ independent of old Printer (notable exception being `Printer.Yamlversion`). I would assume this...
Thank you for your review. I made the changes you requested.