Secure BigLake Data: Challenge Lab

Lab isn't marking as completed even after verifying that policy tags have been added to the specific columns. Any help would be appreciatedScreenshot (1310).pngScreenshot (1309).png

Solved Solved
1 8 693
1 ACCEPTED SOLUTION

I resolve it, there is bug in qwiklab check system-

query1

SELECT * EXCEPT(zip, latitude, ip_address, longitude) FROM `qwiklabs-gcp-04-00544c8b6140.online_shop.user_online_sessions`

 

query2- 

SELECT * EXCEPT(zip,latitude,ip_address,longitude) FROM `qwiklabs-gcp-04-00544c8b6140.online_shop.user_online_sessions`

Bug- Both query are same and are giving same output, but qwiklabs is considering query1 as solution because it has space between column name in except.

View solution in original post

8 REPLIES 8

Same issue, did you get any solution.

Yeah. I placed the 'FROM' keyword on the second line. Hope it works.

From is already in the query.

Could you send a screenshot?

Screenshot (189).png

โ€ƒHere is the screenshot attached.

Like I said, try putting the FROM 'PROJECT_ID.online_shop.user_online_sessions' on line 2 and see if it works

I resolve it, there is bug in qwiklab check system-

query1

SELECT * EXCEPT(zip, latitude, ip_address, longitude) FROM `qwiklabs-gcp-04-00544c8b6140.online_shop.user_online_sessions`

 

query2- 

SELECT * EXCEPT(zip,latitude,ip_address,longitude) FROM `qwiklabs-gcp-04-00544c8b6140.online_shop.user_online_sessions`

Bug- Both query are same and are giving same output, but qwiklabs is considering query1 as solution because it has space between column name in except.

Nice.Did the same together with the suggestion I made, but couldn't figure out which of them worked for me.

Top Labels in this Space