Google BigQuery recently added GIS functionality (still in beta), see here.
I have a dataset in BigQuery that I would like to use as a data source in QGIS - much the same way as I would do with a normal PostGIS database or a CSV file.
Is there a way to do this?
I guess I could export the data from bigquery into a PostGIS instance in GCS, and then I would be able to load it into QGIS. But that doesn't feel like the right way to do it.
Size of data is not a concern, and I'm using QGIS 3.4.2 (Madeira).