问题描述
新手在这里.因此,我已经开始使用Google的Big Query,并安装了他们的Cloud SDK,这可以帮助我从命令提示符处处理数据.但是,最近,每当我在表上使用"bq更新"命令时,我都会开始收到此错误消息.
Newbie here. So I have started using Google's Big Query and have their Cloud SDK installed which helps me manipulate my data from the Command Prompt. Lately, however, I started getting this error message whenever I use the "bq update" command on a table.
UpdateTable()
获得了意外的关键字参数'range_partitioning'
UpdateTable()
got an unexpected keyword argument 'range_partitioning'
我使用的完整命令是:
bq update --description "something something" some-project:Output_Tables.dummy
我做错什么了吗?我在Big Query文档中找不到有关此错误的任何内容.干杯.
Am I doing anything wrong? I can't find anything in Big Query documentations about this error. Cheers.
推荐答案
所有您需要做的就是运行gcloud components update
看来这是他们已解决的错误第一篇文章,因此图像链接更改了日志
All you need to do is rungcloud components update
Looks like this was an error that they fixedFirst post so image link to change log
这篇关于命令"bq更新";给我“意外的关键字参数"更新表格时出现错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!