In Google cloud console -Bigquery, I would like to fold / unfold my set of queries based on region tag
Inside the text editor, F1 shows the below drop down option , When I select Fold all regions , it doesn't work as expected.
I have formatted the SQL in this order
--#region something
select ....
from t1 where t1.c=a
--#endregion
What are the right identifiers to specify region in bigquery text editor ?