Domanda

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.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top