Closed jjayadeep06 closed 5 years ago
Do you also get 0 results for this query in the normal BigQuery query editor? If there's something going wrong that is specific to this tool I can look into it, but I can't provide support debugging a query here sorry.
Closing, as I can't help with this without more information sorry. See https://github.com/GoogleCloudPlatform/bigquery-geo-viz/issues/6 for a possibly related issue.
Hi,
When I am trying to run the BQ GIS query as mentioned here https://github.com/GoogleCloudPlatform/training-data-analyst/blob/master/blogs/bqml/taxifare_bqml.ipynb I am getting 0 results in the UI. I believe that this issue is happening because we are converting the pickup and dropoff location to Text as shown in the below lines
If I remove the type cast the UI returns the correct row count but then it prohibits from applying the grouping function.
When I try to to apply the casting as below it agains returns 0 rows