Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/regex/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google bigquery Bigquery Python API:创建带有注释的表_Google Bigquery - Fatal编程技术网

Google bigquery Bigquery Python API:创建带有注释的表

Google bigquery Bigquery Python API:创建带有注释的表,google-bigquery,Google Bigquery,我目前每天都在使用Python API创建分片表 在创建表时,是否有方法为表的列添加注释?我在文档中看不到它,但它可能仍然可以实现 提前感谢。从REST API for BigQuery,tables.Insert获取一个表资源,在schema.fields[].description属性中,您可以输入一个描述

我目前每天都在使用Python API创建分片表

在创建表时,是否有方法为表的列添加注释?我在文档中看不到它,但它可能仍然可以实现


提前感谢。

从REST API for BigQuery,tables.Insert获取一个表资源,在
schema.fields[].description
属性中,您可以输入一个描述