grafana-aws-athena-datasource icon indicating copy to clipboard operation
grafana-aws-athena-datasource copied to clipboard

Results 38 grafana-aws-athena-datasource issues
Sort by recently updated
recently updated
newest added

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.39. Release notes Sourced from postcss's releases. 7.0.39 Reduce package size. Backport nanocolors to picocolors migration. 7.0.38 Update Processor#version. 7.0.37 Backport chalk to nanocolors migration....

dependencies
javascript

First of all, thanks for cool data source. ## Summary Query String, a 60-second query will show `No data`. 20-second query is works fine. What should I confirm? Logs: ```shell...

Hello, thanks for your work. I am trying to create a table with variables to fetch data from AWS Athena. I have tried the plugin and it only worked when...

Hi I'm using this plugin with dynamodbConnector to query a DynamoDb table. The query works fine however the table only shows the first row and I don't know how to...

I tried every possible way, seems like i can't get any data from Athena using Grafana variables. see attached https://i.ibb.co/17gNjnb/Screenshot-from-2021-06-15-14-30-07.png No value is appearing using queries: select id from table...

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

If I use a query instead of an execution id and set a cache duration on that query, it never updates after the first run, even well after the result...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I mounted my aws credentials and config via `docker run -d --name=grafana -p 3000:3000 -e GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=mtanda-aws-athena-datasource -v $(pwd)/.aws:/home/grafana/.aws grafana/grafana` and specified the to-be-used profile (ATHENA) as the Credentials Profile Name...

I'm trying to increase the timeout on the plugin from default of 30s to 300s. Let me know if there's a way to do that other than modifying this https://github.com/mtanda/grafana-aws-athena-datasource/blob/4af26402677617f9ec709b4c3a5afbc0349fc649/pkg/datasource.go#L46...