标签: google-cloud-storage apache-beam apache-beam-io
GCS JSON API描述了如何执行世代匹配预处理。
https://cloud.google.com/storage/docs/generations-preconditions
有没有办法在Python的Apache Beam中实现相同的行为?
我正在寻找类似的东西,
gcs_file_object.write(my_data, ifMetagenerationMatch=1234)