문제

I tried to create a view using the bq command line tool. The bq command line tool version is 2.0.18

I followed the instruction in this page:

My command looks like this:

mk --view="select title from [publicdata:samples.wikipedia] where contributor_id = 3894110" views.my_test_view

I received this output: int() argument must be a string or a number, not 'NoneType'

What did I do wrong? Any help would be appreciated. Thanks.

도움이 되었습니까?

해결책

The latest bq version is 2.0.19. Can you run gcloud components update and try again?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top