【发布时间】:2020-12-09 15:50:35
【问题描述】:
我已经按照https://github.com/GoogleCloudPlatform/solutions-gcs-bq-streaming-functions-python/blob/master/functions/streaming/main.py实现了我的python代码
我没有使用存储触发器,而是通过云调度程序使用 pubsub 触发器并加载存储桶中存在的文件。
但是在运行该函数时,我遇到了错误。
raise valueerror("一个文档必须有偶数个路径元素")
我在需求文件中使用 Firestore 版本 1.8.1。
有人可以建议我这里有什么问题吗?
【问题讨论】:
标签: python google-cloud-platform google-cloud-firestore google-cloud-functions google-cloud-pubsub