I have a long query which is about 70 lines in Postgres and I created view of it in PGadmin to use it whenever need. Now, I want to create dashboard of that view in Grafana, I think it is not good idea to past all queries in Grafana SQLEditor and also because I need to include Grafana variables into query (to filter result of query) can not just select from Postgres view
is there any solution?