Command “bq update” gives me “unexpected keyword a

2019-08-26 00:42发布

问题:

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:

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