google bigquery - bq shell project Error -


i have been testing out bq module looking @ using bigquery. have project setup , api's authorised. when run bq shell dropped shell correctly correct project name however, when try , run mk dataset_name. following error: bigquery error in mk operation: not found: project dataset_name.

i have tried re-authenticating couple of times nothing makes difference.

any ideas?

thanks

mark

it looks don't have default project id. if using google cloud sdk, gcloud set default project you. can use bq init set default project. alternately, can pass project_id want use on command line, bq --project_id=<your_project_id> shell. finally, other options specify project when creating dataset in >mk your_project_id:dataset_name bq shell.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -