I've been used Google Cloud Storage Plugin under the Sink category in a pipeline, to get the output in CSV format. After the execution of the pipeline, the resulted output is coming in several files after splitting up. Is it the right behaviour of this plugin? if it is, then Is there a way to get the consolidated output in a single file?
Edited: It seems it is the kind of right behaviour of the plugin, mentioned in https://cloud.google.com/storage/docs/composite-objects. sharding is done to support parallel uploads. but now my question is, Is there is a simple way to compose all these splitted files?