grafana / grafana-aws-sdk-react

Apache License 2.0
3 stars 1 forks source link

Make onRunQuery optional #29

Closed kevinwcyu closed 1 year ago

kevinwcyu commented 1 year ago

Prep work for long running queries. Makes onRunQuery an optional prop for SQL components.

This was previously merged in https://github.com/grafana/grafana-aws-sdk-react/pull/21, but that was reverted to extract the long running queries code into a separate library. This PR is for adding back in the work that is specific to this library.