Decompress/unzip files

I would like to decompress/unzip files in my data bucket to be able to send it to Bigquery, using Dataflow recipe. I used the Dataflow recipe Bulk decompress files on GCP. i am getting these errors below, please assist? "Error message from worker: java.lang.IllegalArgumentException: Expected a file path, but [gs://], ends with '/'. This is unsupported in GcsFileSystem."

 

Screenshot 2022-06-08 at 12.25.52.pngScreenshot 2022-06-09 at 13.47.03.pngScreenshot 2022-06-09 at 13.47.47.pngScreenshot 2022-06-09 at 13.48.23.pngScreenshot 2022-06-09 at 13.49.05.pngScreenshot 2022-06-08 at 12.25.52.pngScreenshot 2022-06-09 at 13.47.03.pngScreenshot 2022-06-09 at 13.47.47.pngScreenshot 2022-06-09 at 13.48.23.pngScreenshot 2022-06-09 at 13.49.05.png

0 1 2,626
1 REPLY 1

I'm trying to run a job with the Bulk Decompress Cloud Storage Files template, but it outputs a plain text file with the same name as my .zip file. Why?