I am trying to read file from GCS bucket (with path: gs://bucket_name), and load it to Dataflow VM folder(with path /tmp/file name).
Also I need to copy another file from Dataflow VM folder back to GCS bucket.
I have tried apache_beam.io.gcp.gcsio library, but it not seems to work.
Can anyone give any suggestion on this?