I tried to create a view using the bq command line tool. Bq command line tool version 2.0.18
I followed the instructions on this page :
My command looks like this:
mk --view="select title from [publicdata:samples.wikipedia] where contributor_id = 3894110" views.my_test_view
I got this result:
int() argument must be a string or a number, not 'NoneType'
What did I do wrong? Any help would be greatly appreciated. Thank.
source
share