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:  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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
