Can send the java code but currently, it's not necessary.
I have an issue as when I run the job as (DirectRunner - using Google VM Instance) it is working fine, as it saves information to the local file and carries on...
The problem appears when trying to use (DataflowRunner), and the error which I receive:
java.nio.file.NoSuchFileExtension: XXXX.csv
.....
.....
XXXX.csv could not be delete.
It could be deleted as it not even created.
Problem - how to write the file locally when running through DataflowRunner??
P.S. Using Apache Beam
Pipeline (part of the code) - Reading from BigQuery and store data to Google storage (Special Character issue)