I am using an on-demand (as a test before automation) Bigquery Data Transfer job which loads data from Storage to a table. All is working fine however I put "Delete source files after transfer | true" and at the end no file is deleted. They are not loaded again but are always here in my Storage folder.
This deletion is vital since the amount of data could become quite big in a short period of time. I could delete them with another program but then the Transfer Service would become less interesting.
The job itself does not throw any error, which means that something is silently failing. Do you know what could possibly cause this ? Or maybe I am missing the meaning of this option ?
Thanks