API Google 数据流 python 中的版本 BigQuery
API version BigQuery in Google Dataflow python
有人可以告诉我 python 中用于 Google Dataflow 的当前 API 版本的 BigQuery 是 0.25 吗?
当我安装 apache-beam 时使用:
pip install apache-beam[gcp]
我得到的版本是:0.25
但是 Python 的 BigQuery API 的最终版本是 1。7.x
这是为什么?
有人可以告诉我 python 中用于 Google Dataflow 的当前 API 版本的 BigQuery 是 0.25 吗?
当我安装 apache-beam 时使用:
pip install apache-beam[gcp]
我得到的版本是:0.25
但是 Python 的 BigQuery API 的最终版本是 1。7.x
这是为什么?