我在 python 3.7 中有一个用 apache-beam 制作的数据流,我在其中处理一个文件,然后我必须删除它。该文件来自谷歌存储桶,问题是当我使用 DataflowRunner 运行器时,我的工作不起作用,因为谷歌数据流 python 3.7 环境中没有安装 google-cloud-storage API。你们知道不使用这个 API 我怎么能在我的数据流中删除这个文件?我见过像https://beam.apache.org/releases/pydoc/2.22.0/apache_beam.io.filesystem.html这样的 apache_beam 模块,但我不知道如何使用它,也没有找到有关如何使用此模块的教程或示例。