我正嘗試在Google Dataflow程序中將Gzip文件寫入Google Cloud Storage存儲桶。常見問題解答說如何使用Google Cloud Dataflow將壓縮文件寫入Google Cloud Storage?
Does the TextIO source and sink support compressed files, such as GZip?
Yes. Cloud Dataflow can read files compressed with gzip and bzip2.
這是否意味着他們不支持寫入GZip文件?
謝謝。您可能想要解決[這裏](https://cloud.google.com/dataflow/model/reading-and-writing-data#TextIO),因爲文檔提到您可以使用withCompressionType寫入gzip文件 – user2254391
我們將修復文檔,謝謝! – jkff
相關文檔現在顯示在以下位置:https://cloud.google.com/dataflow/model/text-io – Steven