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."
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?