Could you help me troubleshoot an issue with Grafana dashboards? I’ve created a dashboard and linked it to another dashboard using Python code. In the second dashboard, I’m fetching tables from a MySQL database and adding a particular field config with necessary overrides to visualize data in multiple panels. However, despite the table being visible in the query in Grafana, the overrides are not visible in the JSON, and I’m getting an error stating that the database has no time column, even though all the tables did have time columns when visualized individually.
check out the sql’s as examples from here: