Repro:
-
Create a new Bigquery Data Source
-
Select custom query
-
Enter a simple select query such as Select * FROM blah, no issues.
-
Enter a “-” character, the editor hangs and stops functioning.
-
This also repros if you cut and paste any query containing the “-” character into the editor area. such as :
“SELECT - 1 as test”