Is there anyway to get the filename being processed when reading from GCS using:
p.apply("Read from GCS", TextIO.read().from("gs://path/*")).
I need the filename in next ParDo for storing the output into the appropriate table.
this question is similar to How to Get Filename when using file pattern match in google-cloud-dataflow but last update was more than a year ago, so wondering if there is a new functionality that enables this.