grafana / sqlds

A package that assists writing SQL-driven datasources
Apache License 2.0
17 stars 12 forks source link

Bug fixes / context refactor #32

Closed kminehart closed 3 years ago

kminehart commented 3 years ago

Fixes #16

Before:

image

After:

image

Also includes fixes:

This does include a breaking change because of the new function on the interface.

kminehart commented 3 years ago

LGTM. I'd be great to have more tests but don't want to block this PR for that.

I'm with you but I think I want to do some refactoring to make this more testable first :see_no_evil: