You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we want to view the results of a query in Geo Viz one by one. You can use LIMIT and OFFSET to accomplish this but it is very slow because you have to requery BigQuery every time. It would be better if there was an option to keep the query the same (query all results) but visualize results on the map one-by-one so it would be easier to see trends/check results.
The text was updated successfully, but these errors were encountered:
Sometimes we want to view the results of a query in Geo Viz one by one. You can use LIMIT and OFFSET to accomplish this but it is very slow because you have to requery BigQuery every time. It would be better if there was an option to keep the query the same (query all results) but visualize results on the map one-by-one so it would be easier to see trends/check results.
The text was updated successfully, but these errors were encountered: