Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.

Fly Cup Challenge - Bucket Missing

shashank_adiga_0-1665165790744.png

While trying to attempt the fly cup challenge, I'm unable to find any buckets as mentioned in the description.

Solved Solved
0 13 679
1 ACCEPTED SOLUTION

You might doing something wrong. I completed it already. try to remove 'gs://' from storage link 

View solution in original post

13 REPLIES 13

I am also suffering from this problem, someone please help me.

You will not get it from GCS. Just use that bucket link while creating table in BigQuery. 

Even then it prompted as - no such buckets/path found

 

You might doing something wrong. I completed it already. try to remove 'gs://' from storage link 

Yup it works that way

Solved.Thanks

bq mk drl

for file in `gsutil ls gs://spls/gsp394/tables/*.csv`; do TABLE_NAME=`echo $file | cut -d '/' -f6 | cut -d '.' -f1`; bq load --autodetect --source_format=CSV --replace=true drl.$TABLE_NAME $file; done

Need help with task 11, it says run and built query.

I have already run query and build a dashboard.

can please help to solve the  flying cup lab 1

I am stuck in task 11, only one is left

Same bro ๐Ÿฅฒ

when you run the query, you can see Explore Data->Explore With Data Studio

@brlikhon need your help with task 11.

Top Labels in this Space