Closed iam-meghana closed 2 years ago
We are retiring the DoiT International BigQuery DataSource plugin for Grafana. We recommend that you migrate to the official Google BigQuery data source maintained by Grafana. In August 2022, we will cease all development and archive the GitHub project.
We are sorry for any inconvenience.
Question
I have a table that is sharded by datestamp (eg: tablename20201012, tablename20201013, etc) when it is queried as
SELECT count(claim_id) FROM "project-id.dataset.tablename*" WHERE _TABLE_SUFFIX BETWEEN '20210326' AND '20210330'
I get an error saying invalid table . Am I messing up the syntax or doing something wrong here?
Specifications