K-Phoen / backstage-plugin-grafana

Grafana plugin for Backstage
Apache License 2.0
53 stars 28 forks source link

Inclusion operator `@>` does not work for variables other than `tags` #82

Open makbol opened 7 months ago

makbol commented 7 months ago

I tried to use with folderTitle variable like folderTitle @> 'foo' expecting it to find dashboards that are in folder that have foo in title. Instead, I'm getting error @> operator can only be used on an array.