如何使用python从Google Cloud Storage迁移外部BigQuery表?

时间:2018-11-29 19:15:46

标签: google-bigquery google-python-api

我在以下代码(derived from this tutorial)中使用load_table_from_uri()的{​​{1}}方法,它会创建本机表:

bigquery.Client()

我需要的是也能够创建外部表,就像我在BigQuery UI中所做的那样:

Screenshot of BigQuery UI

但是我找不到在作业配置或方法参数中设置表类型的位置。这可能吗?如果可以,怎么办?

1 个答案:

答案 0 :(得分:1)

示例在External Configuration一章中。

基本上,您需要使用表对象的external configuration,例如:

CamelFilePath