Command “bq update” gives me “unexpected keyword argument” error when updating tables

这一生的挚爱 提交于 2019-12-24 23:26:14

问题


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



来源:https://stackoverflow.com/questions/53865624/command-bq-update-gives-me-unexpected-keyword-argument-error-when-updating-t

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!