athena-datasource
athena-datasource copied to clipboard
This PR adds context handling in a number of places to supprot the chagnes in the associated [grafana-aws-sdk PR](https://github.com/grafana/grafana-aws-sdk/pull/139), which this one depends on. I've added a `replace` directive in...
Updates to sqlds and plugin-sdk-go to allow usage of the `interval` and `interval_ms` macros in the backend. Currently they're only executed on the frontend so it doesn't work for alerts....
**What happened**: Template variables expand to the text instead of the value. **What you expected to happen**: The template variable has the **value** of the template variable not the display...
**What happened**: We're often seeing random Athena errors like this one: > error querying the database: GENERIC_INTERNAL_ERROR: Cannot invoke "io.trino.execution.SqlTaskExecution$DriverSplitRunnerFactory.enqueueSplits(java.util.Set, boolean)" because "factory" is null Those errors are impossible to...
**What happened**: We created one Athena query to get the results. In the AWS console the query is executing and giving the result at 7 second. But the grafana is...
**Is your feature request related to a problem? Please describe.** When dealing with SQL with more than 12 lines, it is a struggle to edit the code within Grafana, as...
**Is your feature request related to a problem? Please describe.** We are sometimes seeing S3 throttling errors on the UI on some of our dashboards. This even happens for queries...
**What happened**: Users are reporting experiencing slow Athena dashboard loading, on the first loading. "After 5-10 minutes of manual reloads and several 504 Gateway Timeout errors, we finally get all...
**Is your feature request related to a problem? Please describe.** It might be not the place for this but on grafana community forums I was softly sent to athena datasource,...