grafana / iot-sitewise-datasource

IoT Sitewise
Apache License 2.0
19 stars 9 forks source link

Remove ANY option for interpolated property quality #342

Closed iwysiu closed 1 month ago

iwysiu commented 1 month ago

What this PR does / why we need it: When a "Get interpolated property values" query is used with Quality set to ANY (which is the default option) it errors because it's not a valid value for the query. This PR removes it from the options for interpolated queries and automatically replaces ANY with GOOD on the backend (since it works on a first run and by using GOOD that's probably in line with users expect)

Which issue(s) this PR fixes:

Fixes #326

Special notes for your reviewer: