You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/09/29 22:13:08 UTC

[GitHub] [incubator-superset] bruno-nirello commented on issue #7167: [sql lab] BigQuery preview results errors out

bruno-nirello commented on issue #7167:
URL: https://github.com/apache/incubator-superset/issues/7167#issuecomment-701020251


   This is indeed the same error as me, when you create in bigquery any table with:
   ![Screenshot from 2020-09-29 19-06-31](https://user-images.githubusercontent.com/30416677/94621607-030dab00-0287-11eb-935c-17cac8846f7f.png)
   it raises the error because superset does not know wich field was required
   ```
   Cannot query over table 'my_dataset.partitioned_table' without a filter over column(s) 'date' that can be used for partition elimination (job ID: 63d9e724-c622-4d48-8894-5c671f96aac8) -----Query Job SQL Follows----- | . | . | . | 1:SELECT date AS `date` 2:FROM `my_dataset`.`partitioned_table` 3:LIMIT 100 | . | . | . |
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org