gpt4 book ai didi

google-drive-api - 是否允许 Dataflow 读取指向 Drive 的 BigQuery 表?

转载 作者:行者123 更新时间:2023-12-02 13:27:01 26 4
gpt4 key购买 nike

BigQuery 可以从 Google 云端硬盘作为联合源进行读取。请参阅here 。我希望能够将 BigQuery 中指向云端硬盘文档的表读入我的数据流管道。

将 BigQuery 连接到云端硬盘中的文件效果非常好:

enter image description here

但是,当我尝试将该表读入我的数据流管道时,我(可以理解)收到以下错误:

No suitable credentials found to access Google Drive. Contact the table owner for assistance.

[..]
PCollection<TableRow> results = pipeline.apply("whatever",
BigQueryIO.Read.fromQuery("SELECT * from [CPT_7414_PLAYGROUND.google_drive_test]"))
.apply(ParDo.of(new DoFn<TableRow, TableRow>() {
[..]

如何允许 Dataflow 读取 BigQuery 中指向云端硬盘的表?

最佳答案

Dataflow 目前不支持从云端硬盘支持的联合表中读取数据,但很快就会推出。

关于google-drive-api - 是否允许 Dataflow 读取指向 Drive 的 BigQuery 表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37851670/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com