I have a Dataprep flow which has been working, but recently has started to throw exceptions
java.io.IOException: Unable to create dataset: temp_dataset_beam_job_*_*
The exceptions occur in the processing of the flow 9 times, and ultimately the job fails. It seems a little intermittent - but it is ultimately stopping my flow from processing.
The strange thing is that the dataset does exist - and contains a table with data in it. It is owned by the Id@compute@developer.gserviceaccount.com account which is running the flow.
Is this a misleading error message, or is there an issue with my permissions somewhere?
A quick update on this - the same flow will succeed sometimes, and sometimes fail. It can report 1 or 2 of the above errors and retry/continue to succeed, or fail. I think it is therefore not permission related, as it can work. I'd be grateful for any suggestions, as it feels like it may be an issue with the BigQuery API or platform?