Google Fly Cup Challenge: Recruit - Error in creating dataset and shows no existing bucket

I am unable to create a dataset in bigquery. It shows the following error, so I went to create it manually.

felitz69_0-1665402599646.png

Even after I created the dataset manually and tried to load the bucket data in my dataset, it gave me these errors and upon checking I found that there is no existing bucket to load data from.

felitz69_2-1665402822383.png

Any resolution that I can do if I face these issues again??

 

1 4 313
4 REPLIES 4

such problems happen when u login in normal tab , always login in incognito tab.

also clear browser cache data 

and before starting cloud shell always type gcloud auth list 

then authorize it.

I did all the things you mentioned but it was the same. I have to waste my attempt and give another try. The same commands then worked.

no problem, Good Luck

Hi,

@felitz69 you have alternative as standard DDL commands directly in BigQuery. 

Please see this: cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#create_schema_statement

Is very simple:

CREATE SCHEMA drl;

Best,

Greg

Top Labels in this Space