Command “bq update” gives me “unexpected keyword a

2019-08-25 23:56发布

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() got an unexpected keyword argument 'range_partitioning'

The complete command that I used is:

bq update --description "something something" some-project:Output_Tables.dummy

Am I doing anything wrong? I can't find anything in Big Query documentations about this error. Cheers.

1条回答
不美不萌又怎样
2楼-- · 2019-08-26 00:43

All you need to do is run gcloud components update Looks like this was an error that they fixed First post so image link to change log

查看更多
登录 后发表回答